From 7bc77cb1ed33745c720952c92b3b2747c5cbf2df Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Sat, 3 Feb 2018 11:01:52 +0530 Subject: Added new code --- 3886/CH2/EX2.22/Ex2_22.sce | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 3886/CH2/EX2.22/Ex2_22.sce (limited to '3886/CH2/EX2.22/Ex2_22.sce') diff --git a/3886/CH2/EX2.22/Ex2_22.sce b/3886/CH2/EX2.22/Ex2_22.sce new file mode 100644 index 000000000..76e7694fb --- /dev/null +++ b/3886/CH2/EX2.22/Ex2_22.sce @@ -0,0 +1,11 @@ +//determine the reactions developed at contact points +//refer fig. 2.27 (a),(b) and (c) +//considering the equilibrium conditions of cylinders we have +RB=600 //N +alpha=atand(450/150) //degree +RD=RB/sind(alpha) //N +RC=RD*cosd(alpha) //N +RA=RC //N +printf("\nThe reactions are:-\nRA=%.1f N\nRB=%.1f N\nRC=%.1f N\nRD=%.1f N",RA,RB,RC,RD) +//The answers vary due to round off error + -- cgit