summaryrefslogtreecommitdiff
path: root/1364/CH7/EX7.5.1/7_5_1.sce
diff options
context:
space:
mode:
Diffstat (limited to '1364/CH7/EX7.5.1/7_5_1.sce')
-rwxr-xr-x1364/CH7/EX7.5.1/7_5_1.sce13
1 files changed, 13 insertions, 0 deletions
diff --git a/1364/CH7/EX7.5.1/7_5_1.sce b/1364/CH7/EX7.5.1/7_5_1.sce
new file mode 100755
index 000000000..d046c8555
--- /dev/null
+++ b/1364/CH7/EX7.5.1/7_5_1.sce
@@ -0,0 +1,13 @@
+clc
+//initialisation of variables
+r= 40
+c= 2//lb/sec
+v= 2500 //ft/sec
+v1= 800 //ft/sec
+//CALCULATIONS
+m1= r*c
+mr= r*c+c
+F= (mr*v-m1*v1)/32.2
+P= F*v1/550
+//RESULTS
+printf (' thrust horse power developed under these conditions = %.f h.p',P)