diff options
Diffstat (limited to '575/CH5/EX5.2.3/5_2_3.sce')
-rwxr-xr-x | 575/CH5/EX5.2.3/5_2_3.sce | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/575/CH5/EX5.2.3/5_2_3.sce b/575/CH5/EX5.2.3/5_2_3.sce new file mode 100755 index 000000000..fab6b1742 --- /dev/null +++ b/575/CH5/EX5.2.3/5_2_3.sce @@ -0,0 +1,6 @@ +clc
+pathname=get_absolute_file_path('5_2_3.sce')
+filename=pathname+filesep()+'523.sci'
+exec(filename)
+V2=V1*P1*T2/(P2*T1)
+printf("Volume in final state=%f ft^3",V2)
\ No newline at end of file |