summaryrefslogtreecommitdiff
path: root/3886/CH8/EX8.5/8_5.sce
blob: 4bd95c5b9ed9e18bc21bf8a08b5e88e06071acd1 (plain)
1
2
3
4
5
6
7
8
9
10
11
//Reaction at A in overhanging beam
//refer fig. 8.9
//Applying virtual work principle
//(-2*RA+180-20)*delta(y)=0
//Thus
RA=(180-20)/2  //kN
printf("\n Reaction is RA=%.2f kN",RA)