summaryrefslogtreecommitdiff
path: root/1364/CH2/EX2.7.2/2_7_2.sce
diff options
context:
space:
mode:
Diffstat (limited to '1364/CH2/EX2.7.2/2_7_2.sce')
-rwxr-xr-x1364/CH2/EX2.7.2/2_7_2.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/1364/CH2/EX2.7.2/2_7_2.sce b/1364/CH2/EX2.7.2/2_7_2.sce
new file mode 100755
index 000000000..6a570aa7c
--- /dev/null
+++ b/1364/CH2/EX2.7.2/2_7_2.sce
@@ -0,0 +1,10 @@
+clc
+//initialisation of variables
+d= 2 //ft
+a= 30 //degrees
+p= 200 //ft
+w= 62.3 //lbf/ft^3
+//CALCULATIONS
+T= (%pi/4)*(d^2/2240)*w*p*sqrt(2*(1-cosd(a)))
+//RESULTS
+printf (' Resultant static thrust= %.2f tonf',T)