summaryrefslogtreecommitdiff
path: root/2339/CH13/EX13.5.1/Ex13_5.sce
diff options
context:
space:
mode:
Diffstat (limited to '2339/CH13/EX13.5.1/Ex13_5.sce')
-rwxr-xr-x2339/CH13/EX13.5.1/Ex13_5.sce15
1 files changed, 15 insertions, 0 deletions
diff --git a/2339/CH13/EX13.5.1/Ex13_5.sce b/2339/CH13/EX13.5.1/Ex13_5.sce
new file mode 100755
index 000000000..dec97ea9b
--- /dev/null
+++ b/2339/CH13/EX13.5.1/Ex13_5.sce
@@ -0,0 +1,15 @@
+clc
+clear
+
+N1=1000;
+Z1=30;
+Z2=45;
+Z3=75;
+
+N13=Z3/Z1;
+N3=N1/N13;
+
+printf('Velocity Ratio of gear train= %2.1f ',N13);
+printf('\n');
+printf('N3= %2.1f RPM',N3);
+printf('\n');