diff options
Diffstat (limited to '3886/CH5/EX5.4/5_4.sce')
-rw-r--r-- | 3886/CH5/EX5.4/5_4.sce | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/3886/CH5/EX5.4/5_4.sce b/3886/CH5/EX5.4/5_4.sce new file mode 100644 index 000000000..7aa892948 --- /dev/null +++ b/3886/CH5/EX5.4/5_4.sce @@ -0,0 +1,15 @@ +//Value of P
+//Refer fig.5.8
+//consider equilibrium
+mu=0.2
+//750N block
+N1=750*cosd(60) //N
+F1=mu*N1 //N
+T=F1+750*sind(60) //N
+//500N block
+//N2=500-0.5P
+//Law of friction
+//F2=0.2*N2
+P=(724.52+100)/(cosd(30)+0.1) //N
+printf("\nP=%0.2f N",P)
+
|