diff options
author | priyanka | 2015-06-24 15:03:17 +0530 |
---|---|---|
committer | priyanka | 2015-06-24 15:03:17 +0530 |
commit | b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch) | |
tree | ab291cffc65280e58ac82470ba63fbcca7805165 /2666/CH14/EX14.4 | |
download | Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.gz Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.bz2 Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.zip |
initial commit / add all books
Diffstat (limited to '2666/CH14/EX14.4')
-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)
|