summaryrefslogtreecommitdiff
path: root/3594/CH8/EX8.4/Ex8_4.sce
blob: a6d1fd864bad194d0295d212f8b403246d769eed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

clc
//given
u=.3
theta=270*%pi/180
l=18//in
a=4//in
Di=15//in
Do=21//in
w=.5//tons
W=w*2204//lb
Q=W*Di/Do//required tangential braking force on the drum
k=%e^(u*theta)//k=T1/T2
p=Q*a/(l*(k-1))
printf("Least force required, P = %.f lb",p)