summaryrefslogtreecommitdiff
path: root/3886/CH5/EX5.2/5_2.sce
blob: 11ef18bb6938029aa26b550d3a2de5c87dfb8ff1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
//Value of theta
//refer fig.5.6
//Consider equilibrium
//300N block
//N1=300*cosd(theta)
//Law of friction
//F1=100*cosd(theta)
//consider equilibrium of 900 N block
//N2=1200*cosd(theta)
//Law of friction
//F2=400*cosd(theta)
theta=atand(5/9)  //degree
printf("Required value is\ntheta=%0.2d degree",theta)