diff options
Diffstat (limited to '1439/CH2/EX2.2/2_2.sce')
-rwxr-xr-x | 1439/CH2/EX2.2/2_2.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/1439/CH2/EX2.2/2_2.sce b/1439/CH2/EX2.2/2_2.sce new file mode 100755 index 000000000..912658c32 --- /dev/null +++ b/1439/CH2/EX2.2/2_2.sce @@ -0,0 +1,11 @@ +clc
+//initialisation of variables
+G= 0.110 //gram
+R= 0.08205 //l-atm /mole K
+T= 26.1 //C
+P= 743 //mm
+V= 0.0270 //l
+//CALCULATIONS
+M= G*R*(273.15+T)*760/(P*V)
+//RESULTS
+printf ('molecular weight of hydrocarbon= %.f g mole^-1',M)
|