diff options
Diffstat (limited to '2615/CH10/EX47.5/47.sce')
-rwxr-xr-x | 2615/CH10/EX47.5/47.sce | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/2615/CH10/EX47.5/47.sce b/2615/CH10/EX47.5/47.sce new file mode 100755 index 000000000..8d6241dc0 --- /dev/null +++ b/2615/CH10/EX47.5/47.sce @@ -0,0 +1,14 @@ +clc
+//initialisation of variables
+n=400//rpm
+U=6*n//deg/sec
+t=150//deg/sec
+d=360//degree
+a=1.2//mm
+//CALCULATIONS
+Epl=U/t//deg/sec^2
+Fhi=Epl*(t)^2/2//degree
+V=Fhi/d//rev
+T=(%pi*a*Epl)/d//m/sec^2
+//RESULTS
+printf('the number of revolution its executed after power=% f rev',T)
|