summaryrefslogtreecommitdiff
path: root/2615/CH12/EX52.3/52.sce
blob: c7144e27cecffd4a569816473b73c50b395024d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
clc
//initialisation of variables
d=60//mm
a=1000//mm
v=425//m/min
g=1.6//kg
g1=0.0015//mm
h=0.00112//mm
//CALCULATIONS
n=(a*v)/(%pi*d)//rpm
N=h*g*g1*(n)^2//kg
C=N/g//times
//RESULTS
printf('the time of weight of the workpice the will harm the centre=% f times',C)