diff options
Diffstat (limited to '1301/CH9/EX9.18')
-rwxr-xr-x | 1301/CH9/EX9.18/ex9_18.sce | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/1301/CH9/EX9.18/ex9_18.sce b/1301/CH9/EX9.18/ex9_18.sce new file mode 100755 index 000000000..b687fb996 --- /dev/null +++ b/1301/CH9/EX9.18/ex9_18.sce @@ -0,0 +1,5 @@ +clc;
+g=9.8; //gravitational constant in m/sec square
+Lf=3.35*10^5; //Latent heat of fusion in J/kg
+h=Lf/g; //calculating height in metre using potential energy(m*g*h)=(mass*heat of fusion)
+disp(h,"Height of falling in metre = "); //displaying result.
\ No newline at end of file |