diff options
author | priyanka | 2015-06-24 15:03:17 +0530 |
---|---|---|
committer | priyanka | 2015-06-24 15:03:17 +0530 |
commit | b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch) | |
tree | ab291cffc65280e58ac82470ba63fbcca7805165 /1286/CH3/EX3.19 | |
download | Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.gz Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.bz2 Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.zip |
initial commit / add all books
Diffstat (limited to '1286/CH3/EX3.19')
-rwxr-xr-x | 1286/CH3/EX3.19/3_19.sce | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/1286/CH3/EX3.19/3_19.sce b/1286/CH3/EX3.19/3_19.sce new file mode 100755 index 000000000..bdfc3cafb --- /dev/null +++ b/1286/CH3/EX3.19/3_19.sce @@ -0,0 +1,21 @@ +clc
+//initialisation
+p16=80//cm
+v16=432//cc
+t=273//k
+po=76//cm
+t=16//c
+t16=273+t//k
+T=273//k
+poxy=0.0014
+cfe=0.09
+t1=15//c
+t2=184//c
+m1=2//gm
+//calculations
+v0=(p16*v16*T)/(po*t16)
+m=poxy*v0
+h=m1*cfe*(t1+t2)
+l=h/m
+//results
+printf(' latent heat= % 1f cal',l)
|