summaryrefslogtreecommitdiff
path: root/1364/CH12/EX12.7.2/12_7_2.sce
diff options
context:
space:
mode:
Diffstat (limited to '1364/CH12/EX12.7.2/12_7_2.sce')
-rwxr-xr-x1364/CH12/EX12.7.2/12_7_2.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/1364/CH12/EX12.7.2/12_7_2.sce b/1364/CH12/EX12.7.2/12_7_2.sce
new file mode 100755
index 000000000..443e315eb
--- /dev/null
+++ b/1364/CH12/EX12.7.2/12_7_2.sce
@@ -0,0 +1,11 @@
+clc
+//initialisation of variables
+u1= 1200 //ft/sec
+r= 1.4
+R= 53.3 //ft lbf/lb K
+g= 32.2 //ft/sec^2
+T= 90 //F
+//CALCULATIONS
+M= u1/sqrt(r*R*g*(460+T))
+//RESULTS
+printf ('Match number = %.3f ',M)