summaryrefslogtreecommitdiff
path: root/1286/CH8/EX8.15/8_15.sce
diff options
context:
space:
mode:
Diffstat (limited to '1286/CH8/EX8.15/8_15.sce')
-rwxr-xr-x1286/CH8/EX8.15/8_15.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/1286/CH8/EX8.15/8_15.sce b/1286/CH8/EX8.15/8_15.sce
new file mode 100755
index 000000000..0159c4399
--- /dev/null
+++ b/1286/CH8/EX8.15/8_15.sce
@@ -0,0 +1,10 @@
+clc
+//initialisation of variables
+dp=1.01*10^5//Nm^-2
+L=4563000*4.2//J
+dv=18.7*10^-3//m^3
+T=353//k
+//CALCULATIONS
+dT=(dp*T*dv)/L
+//results
+printf(' \n change in melting point= % 1f c',dT)