summaryrefslogtreecommitdiff
path: root/2921/CH11/EX11.6/Ex11_6.sce
diff options
context:
space:
mode:
Diffstat (limited to '2921/CH11/EX11.6/Ex11_6.sce')
-rwxr-xr-x2921/CH11/EX11.6/Ex11_6.sce12
1 files changed, 12 insertions, 0 deletions
diff --git a/2921/CH11/EX11.6/Ex11_6.sce b/2921/CH11/EX11.6/Ex11_6.sce
new file mode 100755
index 000000000..a6aeda841
--- /dev/null
+++ b/2921/CH11/EX11.6/Ex11_6.sce
@@ -0,0 +1,12 @@
+clc;
+clear;
+mprintf('MACHINE DESIGN \n Timothy H. Wentzell, P.E. \n EXAMPLE-11.6 Page No.243\n');
+
+//Velocity ratio
+N2=2400;
+N1=20;
+Vr=N2/N1;
+
+mprintf('\n Velocity ratio = %f ',Vr);
+
+mprintf('\n Possible Solution: \n Three sets of gears \n -20 tooth and 80 tooth\n -20 tooth and 100 tooth\n -20 tooth and 120 tooth.');