diff options
Diffstat (limited to '3651/CH6/EX6.22/22.sce')
-rw-r--r-- | 3651/CH6/EX6.22/22.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/3651/CH6/EX6.22/22.sce b/3651/CH6/EX6.22/22.sce new file mode 100644 index 000000000..5d86b7187 --- /dev/null +++ b/3651/CH6/EX6.22/22.sce @@ -0,0 +1,11 @@ +
+//Variable declaration
+Tc1=4.185
+M1=199.5
+M2=203.4
+
+//Calculations
+Tc2=Tc1*(M1/M2)**(1/2)
+
+//Result
+printf('New critical temperature for mercury = %0.3f K \n',(Tc2))
\ No newline at end of file |