diff options
Diffstat (limited to '1286/CH5/EX5.1/5_1.sce')
-rwxr-xr-x | 1286/CH5/EX5.1/5_1.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/1286/CH5/EX5.1/5_1.sce b/1286/CH5/EX5.1/5_1.sce new file mode 100755 index 000000000..f03200d86 --- /dev/null +++ b/1286/CH5/EX5.1/5_1.sce @@ -0,0 +1,11 @@ +clc
+//initialisations
+h=50//m
+g=9.8//m/sec2
+l=1000
+j=4.2//j/cal
+//calculations
+q=h*g/j
+t=q/l
+//results
+printf(' difference in temperature of water= % 1f C',t)
|