diff options
Diffstat (limited to '3862/CH6/EX6.10/Ex6_10.sce')
-rw-r--r-- | 3862/CH6/EX6.10/Ex6_10.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/3862/CH6/EX6.10/Ex6_10.sce b/3862/CH6/EX6.10/Ex6_10.sce new file mode 100644 index 000000000..204e86659 --- /dev/null +++ b/3862/CH6/EX6.10/Ex6_10.sce @@ -0,0 +1,10 @@ +clear +// +W = 2500.0 //Load +N1=2.0 //number of movable pulleys in system 1 in figure B +N2=2.0 //number of movable puleys in system 2 in figure C +VR=2**N1-1+2**N2-1 //Velocity Ratio +Efficiency=0.70 +MA=Efficiency*VR //Mechanical advantage +P = W/MA //Effort +printf("\n Effort is %0.3f N",P) |