summaryrefslogtreecommitdiff
path: root/3886/CH15/EX15.5/15_5.sce
blob: b4bd55496ef0e58227b760ada8c60f23296da7ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
//Crate resting on cart
//refer fig. 15.7 (a),(b) and (c)
//Applying equilibrium condition
//N=W=750 N
//Frictional force
mu=0.3
N=750
F=mu*N
a=(225*9.81)/(750)  //m/sec^2
//Consider dynamic equilibrium of the system
P=250+((1250*2.943)/(9.81))  //N
printf("\nMaximum allowable P=%.2f N and a=%.3f m/sec^2",P,a)