diff options
Diffstat (limited to '1286/CH9/EX9.15')
-rwxr-xr-x | 1286/CH9/EX9.15/9_15.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/1286/CH9/EX9.15/9_15.sce b/1286/CH9/EX9.15/9_15.sce new file mode 100755 index 000000000..b6e12327a --- /dev/null +++ b/1286/CH9/EX9.15/9_15.sce @@ -0,0 +1,11 @@ +clc
+//initialisation
+e=0.31
+e1=1.76//cal/gm/k
+t=100//c
+T=273+t//k
+//-CALCULATIONS
+ds=e1-e
+dq=ds*T
+//results
+printf(' \n heat of vaporisation at this temperature= % 1f cal/gm',dq)
|