From 7bc77cb1ed33745c720952c92b3b2747c5cbf2df Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Sat, 3 Feb 2018 11:01:52 +0530 Subject: Added new code --- 3862/CH6/EX6.10/Ex6_10.sce | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 3862/CH6/EX6.10/Ex6_10.sce (limited to '3862/CH6/EX6.10/Ex6_10.sce') 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) -- cgit