diff options
Diffstat (limited to '2666/CH14/EX14.4/14_4.sce')
-rwxr-xr-x | 2666/CH14/EX14.4/14_4.sce | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/2666/CH14/EX14.4/14_4.sce b/2666/CH14/EX14.4/14_4.sce new file mode 100755 index 000000000..62aad12a6 --- /dev/null +++ b/2666/CH14/EX14.4/14_4.sce @@ -0,0 +1,15 @@ +clc
+//initialisation of variables
+t=77//F
+u1=640//ft
+u2=12.5//ft
+u3=85//ft
+p=47//ft
+v=82//ft
+h=60.5//ft
+a=1066//ft
+w=2202000//ft
+//CALCULATIONS
+E=u1+u2*u3+p*v+h*a+w//Btu
+//RESULTS
+printf('the left hand side of this equation=% f Btu',w)
|