summaryrefslogtreecommitdiff
path: root/2615/CH7/EX30.1/30_1.sce
blob: f0ade6f7b2f9bfbdddb199b595472b8b6c1df83c (plain)
1
2
3
4
5
6
7
8
9
10
clc
//initialisation of variables
s=1000//mm
l=800//mm
f=0.2//mm
r=f*l//mm
//CALCULATIONS
T=s/r//min
//RESULTS
printf('the cutter to pass down the entire length of the shaft=% f min',T)