summaryrefslogtreecommitdiff
path: root/3886/CH6/EX6.10/6_10.sce
blob: ec227cc593165b32383a4d6b70277543a8244d89 (plain)
1
2
3
4
5
6
7
8
9
10
//Force P required to raise the load
eta=0.70
W=2500  //N
//refer fig. 6.17
//For third order  pulley
//VR=2^2-1
//For whole system
VR=3+3
P=W/(eta*VR)  //N
printf("Required force p=%.2f N",P)