diff options
Diffstat (limited to '1286/CH8/EX8.16/8_16.sce')
-rwxr-xr-x | 1286/CH8/EX8.16/8_16.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/1286/CH8/EX8.16/8_16.sce b/1286/CH8/EX8.16/8_16.sce new file mode 100755 index 000000000..e9baf48c9 --- /dev/null +++ b/1286/CH8/EX8.16/8_16.sce @@ -0,0 +1,10 @@ +clc
+//initialisation of variables
+T=373//k
+L=537000*4.2//J
+dp=0.0212*13600*9.81
+dv=1.673//m^3
+//CALCULATIONS
+dT=dp*T*dv/L
+//results
+printf(' \n change in temperature of boiling water= % 1f c',dT)
|