summaryrefslogtreecommitdiff
path: root/3886/CH3/EX3.25/Ex3_25.sce
blob: 1a96052a4eb73a0f4afc75dad29b28a4c4eb7f49 (plain)
1
2
3
4
5
6
7
8
9
//determine support reactions
//Refer fig. 3.52
//Taking moment about B
RA=((10/2)*(1/3+5)+(2*10/2)*(5-2/3)+10*3*1.5+3*10*1/2)/5  //kN
RB=-26+5+10+30+15  //kN
printf("Required values are:-\nRA=%.2f kN\nRB=%.2f kN",RA,RB)