diff options
Diffstat (limited to '632/CH4/EX4.3/example4_3.sce')
-rwxr-xr-x | 632/CH4/EX4.3/example4_3.sce | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/632/CH4/EX4.3/example4_3.sce b/632/CH4/EX4.3/example4_3.sce new file mode 100755 index 000000000..1a8f285b9 --- /dev/null +++ b/632/CH4/EX4.3/example4_3.sce @@ -0,0 +1,12 @@ +//clc()
+P = 10;//bar
+T = 300;//K
+V = 150;//L
+P1 = 1.01325;//bar ( \suffix 1 represents at STD)
+T1 = 273.15;//K
+V2 = T1 * P * V /(T * P1);//m^3
+V1 = 22.4143;//m^3/mol
+N = V2 / V1;//mol
+MO2 = 32;
+m = N * MO2/1000;
+disp("kg",m,"Mass of oxygen in the cylinder = ")
\ No newline at end of file |