From b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b Mon Sep 17 00:00:00 2001 From: priyanka Date: Wed, 24 Jun 2015 15:03:17 +0530 Subject: initial commit / add all books --- 1301/CH9/EX9.13/ex9_13.sce | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 1301/CH9/EX9.13/ex9_13.sce (limited to '1301/CH9/EX9.13/ex9_13.sce') diff --git a/1301/CH9/EX9.13/ex9_13.sce b/1301/CH9/EX9.13/ex9_13.sce new file mode 100755 index 000000000..e132787a9 --- /dev/null +++ b/1301/CH9/EX9.13/ex9_13.sce @@ -0,0 +1,7 @@ +clc; +mw=5; //mass of water in kg +c=1; //specific heat of water in kcal/(kg.degree celcius) +delT=40; //change in temp in celcius +Lf=80; //Latent heat of Fusion in kcal/kg +mice=(mw*c*delT)/Lf; //calculating mass of ice in kg +disp(mice,"Mass of Ice in kg = "); //displaying result. \ No newline at end of file -- cgit