summaryrefslogtreecommitdiff
path: root/3647/CH6/EX6.14/ex6_14.sce
diff options
context:
space:
mode:
Diffstat (limited to '3647/CH6/EX6.14/ex6_14.sce')
-rw-r--r--3647/CH6/EX6.14/ex6_14.sce14
1 files changed, 14 insertions, 0 deletions
diff --git a/3647/CH6/EX6.14/ex6_14.sce b/3647/CH6/EX6.14/ex6_14.sce
new file mode 100644
index 000000000..97be99d66
--- /dev/null
+++ b/3647/CH6/EX6.14/ex6_14.sce
@@ -0,0 +1,14 @@
+//Solutions to Problems In applied mechanics
+//A N Gobby
+clear all;
+clc
+//initialisation of variables
+clear
+w=450//lbf/in^2
+m=3000//lbf/in^2
+g=32.2//lbf/in^2
+h=144//in
+//CALCULATIONS
+M=sqrt(g*m*h/w)//ft/f
+//RESULTS
+printf('the maximum rim speed of flywheel=% f ft/f',M)