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.9/Ex6_9.sce | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 3862/CH6/EX6.9/Ex6_9.sce (limited to '3862/CH6/EX6.9/Ex6_9.sce') diff --git a/3862/CH6/EX6.9/Ex6_9.sce b/3862/CH6/EX6.9/Ex6_9.sce new file mode 100644 index 000000000..e1722bfd2 --- /dev/null +++ b/3862/CH6/EX6.9/Ex6_9.sce @@ -0,0 +1,13 @@ +clear +// +W = 1000.0 //Load +N=3.0 //number of pulleys +VR=2**N-1 //Velocity Ratio +P = 180.0 //Effort +MA=W/P //Mechanical advantage +Efficiency=MA/VR*100 +Pi =W/VR //Ideal effort + +efl=P-Pi //Effort lost in friction +printf("\n Efficiency %0.3f",Efficiency) +printf("\n Effort lost in friction %0.3f",efl) -- cgit