diff options
Diffstat (limited to '3886/CH7/EX7.6/7_6.sce')
-rw-r--r-- | 3886/CH7/EX7.6/7_6.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/3886/CH7/EX7.6/7_6.sce b/3886/CH7/EX7.6/7_6.sce new file mode 100644 index 000000000..ac9ffc1ca --- /dev/null +++ b/3886/CH7/EX7.6/7_6.sce @@ -0,0 +1,11 @@ +//Force P required
+//refer fig. 7.6
+mu=0.3
+theta=(250*%pi)/180 //radians
+r=250 //mm
+T1=(300*10^3)/(250*(%e^mu*theta-1)) //N
+T2=(%e^mu*theta)*T1 //N
+//Considering equilibrium of lever arm
+P=(1644.06*50)/(300) //N
+printf("The required value is P=%.2f N",P)
+
|