summaryrefslogtreecommitdiff
path: root/1364/CH5/EX5.5.2/5_5_2.sce
diff options
context:
space:
mode:
Diffstat (limited to '1364/CH5/EX5.5.2/5_5_2.sce')
-rwxr-xr-x1364/CH5/EX5.5.2/5_5_2.sce7
1 files changed, 7 insertions, 0 deletions
diff --git a/1364/CH5/EX5.5.2/5_5_2.sce b/1364/CH5/EX5.5.2/5_5_2.sce
new file mode 100755
index 000000000..3be04b150
--- /dev/null
+++ b/1364/CH5/EX5.5.2/5_5_2.sce
@@ -0,0 +1,7 @@
+clc
+//initialisation of variables
+g= 32.2 //ft/sec^2
+//CALCULATIONS
+C= 15*0.305*144*sqrt(12)/(8*8.05*60)
+//RESULTS
+printf ('numerical value of proportional constant = %.2f ',C)