diff options
Diffstat (limited to '1286/CH8/EX8.13/8_13.sce')
-rwxr-xr-x | 1286/CH8/EX8.13/8_13.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/1286/CH8/EX8.13/8_13.sce b/1286/CH8/EX8.13/8_13.sce new file mode 100755 index 000000000..304344ee9 --- /dev/null +++ b/1286/CH8/EX8.13/8_13.sce @@ -0,0 +1,11 @@ +clc
+//initialisation of variables
+dp=1//atm
+L=80000//cal
+T=273//k
+r=11/10
+//CALCULATIONS
+dv=(1-r)/1000
+dt=T*dv*(13600*9.81*0.76)/(L*4.2)
+//results
+printf(' \n depression in melting point of ice= % 1f c',-dt)
|