diff options
Diffstat (limited to '632/CH4/EX4.5')
-rwxr-xr-x | 632/CH4/EX4.5/example4_5.sce | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/632/CH4/EX4.5/example4_5.sce b/632/CH4/EX4.5/example4_5.sce new file mode 100755 index 000000000..972bcf1b4 --- /dev/null +++ b/632/CH4/EX4.5/example4_5.sce @@ -0,0 +1,8 @@ +//clc()
+V = 250;//L
+T = 300;//K
+V1 = 1000;//L
+P1 = 100;//kPa
+T1 = 310;//K
+P = T * P1 * V1 /(T1 * V);
+disp("kPa",P,"Original pressure in the cylinder = ")
\ No newline at end of file |