diff options
Diffstat (limited to '1627/CH9/EX9.4/Ex9_4.sce')
-rw-r--r-- | 1627/CH9/EX9.4/Ex9_4.sce | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/1627/CH9/EX9.4/Ex9_4.sce b/1627/CH9/EX9.4/Ex9_4.sce new file mode 100644 index 000000000..7c2d95c46 --- /dev/null +++ b/1627/CH9/EX9.4/Ex9_4.sce @@ -0,0 +1,12 @@ +clc
+//initialisation of variables
+F=37//N
+g=9.8//m/s^2
+w=90//kg
+L=7.5*10^-2//m
+D=5*10^-2//mm
+//CALCULATIONS
+f=F/(w*g)
+P=(w*g)/(L*D)//kPa
+//RESULTS
+printf('The friction coefficent and lubricant pressure is=% f kPa',P)
|