summaryrefslogtreecommitdiff
path: root/3886/CH3/EX3.29/Ex3_29.sce
blob: c81d387772ddd7c32303957b4946a41b6c16d5ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
//determine reactions at A,C and D
//Refer fig. 3.56
//Taking moment about A
RE=(20*3+40*4*sind(45))/3  //kN
HA=40*cosd(45)  //kN
VA=20+40*sind(45)-RE  //kN  (Downwards)
//Taking moment about C
RD=((20*sind(60))-(10)+(57.71*2))/3  //kN
HC=20*cosd(60)  //kN
VC=20*sind(60)+RE-RD  //kN
printf("Required Values are:-\nHA=%.2f kN\nVA=%.2f kN downward\nRD=%.2f kN\nHC=%.2f kN\nVC=%.2f kN",HA,-VA,RD,HC,VC)