summaryrefslogtreecommitdiff
path: root/1286/CH8/EX8.7/8_7.sce
diff options
context:
space:
mode:
Diffstat (limited to '1286/CH8/EX8.7/8_7.sce')
-rwxr-xr-x1286/CH8/EX8.7/8_7.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/1286/CH8/EX8.7/8_7.sce b/1286/CH8/EX8.7/8_7.sce
new file mode 100755
index 000000000..a9bcc035c
--- /dev/null
+++ b/1286/CH8/EX8.7/8_7.sce
@@ -0,0 +1,11 @@
+clc
+//initialisation of variables
+n=0.5
+n1=0.6
+T2=27+273//k
+//CALCULATIONS
+T1=T2/(1-n)
+T=T2/(1-n1)
+dt=T-T1
+//results
+printf(' \n source tempperature must be raised by= % 1f c',dt)