summaryrefslogtreecommitdiff
path: root/1388/CH3
diff options
context:
space:
mode:
Diffstat (limited to '1388/CH3')
-rwxr-xr-x1388/CH3/EX3.16/3_16.sce18
-rwxr-xr-x1388/CH3/EX3.2/3_2.sce22
2 files changed, 20 insertions, 20 deletions
diff --git a/1388/CH3/EX3.16/3_16.sce b/1388/CH3/EX3.16/3_16.sce
index 155942e6f..a90466cf9 100755
--- a/1388/CH3/EX3.16/3_16.sce
+++ b/1388/CH3/EX3.16/3_16.sce
@@ -1,9 +1,9 @@
-clc
-//initialisation of variables
-H= -350.2 //kcal
-H1= -128.67 //kcal
-H2= -216.90 //kcal
-//CALCULATIONS
-H3= H-(H1+H2)
-a//RESULTS
-printf (' Enthalpy = %.1f kcal ',H3)
+clc
+//initialisation of variables
+H= -350.2 //kcal
+H1= -128.67 //kcal
+H2= -216.90 //kcal
+//CALCULATIONS
+H3= H-(H1+H2)
+//RESULTS
+printf (' Enthalpy = %.1f kcal ',H3) \ No newline at end of file
diff --git a/1388/CH3/EX3.2/3_2.sce b/1388/CH3/EX3.2/3_2.sce
index 45200a6b6..ab0cff38b 100755
--- a/1388/CH3/EX3.2/3_2.sce
+++ b/1388/CH3/EX3.2/3_2.sce
@@ -1,11 +1,11 @@
-clc
-//initialisation of variables
-P= 0.0060 //atm
-Vl= 0.0181 //l
-H= -10730 //cal
-V2= 22.4 //l
-//CALCULATIONS
-W= (V2-P*V1)*(1.987/.08205)
-E= H+W
-//RESULTS
-printf (' increase in energy= %.f cal ',E+4)
+clc
+//initialisation of variables
+P= 0.0060 //atm
+Vl= 0.0181 //l
+H= -10730 //cal
+V2= 22.4 //l
+//CALCULATIONS
+W= (V2-P*Vl)*(1.987/.08205)
+E= H+W
+//RESULTS
+printf (' increase in energy= %.f cal ',E+4) \ No newline at end of file