diff options
Diffstat (limited to '3886/CH2/EX2.23/Ex2_23.sce')
-rw-r--r-- | 3886/CH2/EX2.23/Ex2_23.sce | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/3886/CH2/EX2.23/Ex2_23.sce b/3886/CH2/EX2.23/Ex2_23.sce new file mode 100644 index 000000000..e3bb15dd9 --- /dev/null +++ b/3886/CH2/EX2.23/Ex2_23.sce @@ -0,0 +1,8 @@ +//Force P required to hold the system
+//Refer to fig. 2.28 (a),(b)&(c)
+//Applying Lami's Theorem at A we get
+C=4000*sind(180-60)/sind(60+90-15) //N
+//Applying equilibrium conditions B
+P=(-2000*cosd(45)+C*cosd(60))/cosd(15) //N
+printf("P=%.1f N is required to hold the system in given position.",P)
+
\ No newline at end of file |