summaryrefslogtreecommitdiff
path: root/3422/CH7/EX7.1/Ex7_1.sce
diff options
context:
space:
mode:
authorpriyanka2015-06-24 15:03:17 +0530
committerpriyanka2015-06-24 15:03:17 +0530
commitb1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch)
treeab291cffc65280e58ac82470ba63fbcca7805165 /3422/CH7/EX7.1/Ex7_1.sce
downloadScilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.gz
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.bz2
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.zip
initial commit / add all books
Diffstat (limited to '3422/CH7/EX7.1/Ex7_1.sce')
-rwxr-xr-x3422/CH7/EX7.1/Ex7_1.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/3422/CH7/EX7.1/Ex7_1.sce b/3422/CH7/EX7.1/Ex7_1.sce
new file mode 100755
index 000000000..009bb0c8f
--- /dev/null
+++ b/3422/CH7/EX7.1/Ex7_1.sce
@@ -0,0 +1,11 @@
+//Example 7.1, page 147
+clc
+G=500//in kg
+h=700// in j/kg/c
+s_lambda=%pi*.7*1*12.5
+h=(G*h)/s_lambda
+//disp(h)
+L=((10*1000)/.9)-10000
+w=1111
+T=w/s_lambda
+printf("Final tempearture rise is %f k",T)