summaryrefslogtreecommitdiff
path: root/1286/CH3/EX3.3/3_3.sce
diff options
context:
space:
mode:
Diffstat (limited to '1286/CH3/EX3.3/3_3.sce')
-rwxr-xr-x1286/CH3/EX3.3/3_3.sce18
1 files changed, 18 insertions, 0 deletions
diff --git a/1286/CH3/EX3.3/3_3.sce b/1286/CH3/EX3.3/3_3.sce
new file mode 100755
index 000000000..c38be1847
--- /dev/null
+++ b/1286/CH3/EX3.3/3_3.sce
@@ -0,0 +1,18 @@
+clc
+//initialisations
+m1=0.5//kg
+m2=0.09//kg
+t1=19//c
+t2=15//c
+t3=38//c
+t4=50//c
+s=1000
+//CALCULATIONS
+A=[4000 -15.5; 23000 11.5]
+b=[-360;1080]
+c=A\b
+R1=c(1,1)
+R2=c(2,1)
+//results
+printf(' water equivalent of mercury= % 1f kg',R1)
+printf(' \n specific heat of mercury= % 1f c /kg/c',R2)