diff options
Diffstat (limited to '3886/CH2/EX2.12/2_12.txt')
-rw-r--r-- | 3886/CH2/EX2.12/2_12.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/3886/CH2/EX2.12/2_12.txt b/3886/CH2/EX2.12/2_12.txt new file mode 100644 index 000000000..5dc08eb40 --- /dev/null +++ b/3886/CH2/EX2.12/2_12.txt @@ -0,0 +1,15 @@ + --> //Determine reactions at contact
+--> //Refer fig.2.16(b)
+--> //applying Lami's Theorem
+--> R1=400*sind(180-45)/sind(60+45) //N
+ R1 =
+
+ 292.82032
+--> R2=400*sind(180-60)/sind(60+45) //N
+ R2 =
+
+ 358.63019
+--> printf("The reactions developed are:-\nR1=%.1f N \nR2=%.1f N",R1,R2)
+The reactions developed are:-
+R1=292.8 N
+R2=358.6 N
\ No newline at end of file |