diff options
Diffstat (limited to '3886/CH5/EX5.4')
-rw-r--r-- | 3886/CH5/EX5.4/5_4.sce | 15 | ||||
-rw-r--r-- | 3886/CH5/EX5.4/5_4.txt | 4 |
2 files changed, 19 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)
+
diff --git a/3886/CH5/EX5.4/5_4.txt b/3886/CH5/EX5.4/5_4.txt new file mode 100644 index 000000000..66257b50e --- /dev/null +++ b/3886/CH5/EX5.4/5_4.txt @@ -0,0 +1,4 @@ +
+--> exec('E:\My program EM\5. Friction\5.4.sce', -1)
+
+P=853.52 N
\ No newline at end of file |