summaryrefslogtreecommitdiff
path: root/1364/CH14/EX14.3.3/14_3_3.sce
diff options
context:
space:
mode:
Diffstat (limited to '1364/CH14/EX14.3.3/14_3_3.sce')
-rwxr-xr-x1364/CH14/EX14.3.3/14_3_3.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/1364/CH14/EX14.3.3/14_3_3.sce b/1364/CH14/EX14.3.3/14_3_3.sce
new file mode 100755
index 000000000..6585a0a59
--- /dev/null
+++ b/1364/CH14/EX14.3.3/14_3_3.sce
@@ -0,0 +1,10 @@
+clc
+//initialisation of variables
+g= 32.2 //ft/sec^2
+Z= 36 //ft
+r= 4 //in
+r1= 12 //in
+//CALCULATIONS
+w= (sqrt(2*g*Z/((r1/12)^2-(r/12)^2)))*(60/(2*%pi))
+//RESULTS
+printf (' minimum speed= %.f rev/min',w)