diff options
Diffstat (limited to '3594/CH8/EX8.4/Ex8_4.sce')
-rw-r--r-- | 3594/CH8/EX8.4/Ex8_4.sce | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/3594/CH8/EX8.4/Ex8_4.sce b/3594/CH8/EX8.4/Ex8_4.sce new file mode 100644 index 000000000..a6d1fd864 --- /dev/null +++ b/3594/CH8/EX8.4/Ex8_4.sce @@ -0,0 +1,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)
|