diff options
Diffstat (limited to '2615/CH10/EX44.2/44.sce')
-rwxr-xr-x | 2615/CH10/EX44.2/44.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/2615/CH10/EX44.2/44.sce b/2615/CH10/EX44.2/44.sce new file mode 100755 index 000000000..ecd64d739 --- /dev/null +++ b/2615/CH10/EX44.2/44.sce @@ -0,0 +1,9 @@ +clc
+//initialisation of variables
+v=50//m/mim
+D=14//mm
+a=1000//mm
+//CALCULATIONS
+N=(a*v)/(%pi*D)//rpm
+//RESULTS
+printf('The cuttin speed for drilling is equal to the peripheral velocity=% f rpm',N)
|