diff options
Diffstat (limited to '2615/CH16/EX81.7/81.sce')
-rwxr-xr-x | 2615/CH16/EX81.7/81.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/2615/CH16/EX81.7/81.sce b/2615/CH16/EX81.7/81.sce new file mode 100755 index 000000000..99505960c --- /dev/null +++ b/2615/CH16/EX81.7/81.sce @@ -0,0 +1,11 @@ +clc
+//initialisation of variables
+n1=750//rpm
+z1=14//m
+z2=70//m
+z3=15//m
+z4=45//m
+//CALCULATIONS
+N=n1*((z1*z3)/(z2*z4))//rpm
+//RESULTS
+printf('the driving gear on shaft=% f rpm',N)
|