summaryrefslogtreecommitdiff
path: root/3841/CH5/EX5.5
diff options
context:
space:
mode:
Diffstat (limited to '3841/CH5/EX5.5')
-rw-r--r--3841/CH5/EX5.5/Ex5_5.sce15
1 files changed, 15 insertions, 0 deletions
diff --git a/3841/CH5/EX5.5/Ex5_5.sce b/3841/CH5/EX5.5/Ex5_5.sce
new file mode 100644
index 000000000..b189b0e06
--- /dev/null
+++ b/3841/CH5/EX5.5/Ex5_5.sce
@@ -0,0 +1,15 @@
+clear
+//given
+//
+//find the final pressure gage and convert absloute temperature to normal temprature
+a=210.
+t=160.
+t2=60.
+//absloute temperature to convert is 460
+AT=160.+460.
+AT1=60.+460.
+IP=210.+14.7
+FP=IP*(520./620.)
+printf("\n FP")
+FPg=(FP-14.7)
+printf("\n \n final pressue gage is %.2f ",FPg)