diff options
Diffstat (limited to '1627/CH9/EX9.2/Ex9_2.sce')
-rw-r--r-- | 1627/CH9/EX9.2/Ex9_2.sce | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/1627/CH9/EX9.2/Ex9_2.sce b/1627/CH9/EX9.2/Ex9_2.sce new file mode 100644 index 000000000..040c11bba --- /dev/null +++ b/1627/CH9/EX9.2/Ex9_2.sce @@ -0,0 +1,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)
|