summaryrefslogtreecommitdiff
path: root/1627/CH9/EX9.2/Ex9_2.sce
blob: 040c11bbad26fc11553a6af2cdcb28666ee81514 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
clc
//initialisation of variables
g=9.8//m/s^2
m=102//kg
a=20*40*10^-4//cm
h=7.62*10^-5//m
Mu=4.76*10^-1//N.s/m^2
v=0.5//m/s
//CALCULATIONS
P=(m*g)/(a)//Pa
F=(Mu*v)/(P*h)
//RESULTS
printf('The friction factor for the bearing is=% f',F)