diff options
Diffstat (limited to '2666/CH14/EX14.2/14_2.sce')
-rwxr-xr-x | 2666/CH14/EX14.2/14_2.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/2666/CH14/EX14.2/14_2.sce b/2666/CH14/EX14.2/14_2.sce new file mode 100755 index 000000000..ddb75d164 --- /dev/null +++ b/2666/CH14/EX14.2/14_2.sce @@ -0,0 +1,10 @@ +clc
+//initialisation of variables
+u1=14236//ft
+u2=897//F
+p=5957//ft
+f=1390//ft
+//CALCULATIONS
+H=(u1-u2)+(p-f)//Btu
+//RESULTS
+printf('the constant pressure =% f Btu',H)
|