summaryrefslogtreecommitdiff
path: root/2666/CH14/EX14.5
diff options
context:
space:
mode:
Diffstat (limited to '2666/CH14/EX14.5')
-rwxr-xr-x2666/CH14/EX14.5/Ex14_5.sce16
1 files changed, 16 insertions, 0 deletions
diff --git a/2666/CH14/EX14.5/Ex14_5.sce b/2666/CH14/EX14.5/Ex14_5.sce
new file mode 100755
index 000000000..a3e3f21e5
--- /dev/null
+++ b/2666/CH14/EX14.5/Ex14_5.sce
@@ -0,0 +1,16 @@
+
+clc
+//initialisation of variables
+p=1000//cu ft
+t=820//F
+t1=460//F
+v=18.00//cu ft
+h=0.729//ft
+h1=0.488//ft
+a=1400//ft
+q=1545//ft
+//CALCULATIONS
+P=(h*(t+t1)/(v-h1))-(a/v^2)//atmosphere
+R=(1/v)*(q)*(t+t1)/1//lb per sq ft
+//RESULTS
+printf('the perfect gas equation =% f lb per sq ft',R)