summaryrefslogtreecommitdiff
path: root/3886/CH3/EX3.11/Ex3_11.sce
blob: ba7b746cc29cafda9151251437e6b81fb8bdd2c5 (plain)
1
2
3
4
5
6
7
//Horizontal force required at bottom to avoid slipping
//refer fig 3.22 (a)&(b)
//Taking moment about A
RB=(700*2*cotd(60)+100*1.5*cotd(60))/3  //N
F=RB  //N
printf("The required force is F=%.1f N",F)