summaryrefslogtreecommitdiff
path: root/3886/CH3/EX3.18/Ex3_18.sce
blob: cd08724c70d1825c0043110b1c7e53999d78d078 (plain)
1
2
3
4
5
6
7
8
9
10
//Reactions developed in cantilever beam
//Refer fig. 3.45 (a)&(b)
//Make assumptions as shown in fig. 3.45(a) and(b)
//applying equilibrium conditions
VA=60+45*2/2  //kN
HA=0  //kN
//Taking moment about A
MA=((45*2*2)/(3*2))+(60*2.5)  //kN-m
printf("Required values:-\nVA=%.2f kN\nHA=%.2f kN\nMA=%.2f kN-m",VA,HA,MA)