From 7bc77cb1ed33745c720952c92b3b2747c5cbf2df Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Sat, 3 Feb 2018 11:01:52 +0530 Subject: Added new code --- 3886/CH6/EX6.14/6_14.sce | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 3886/CH6/EX6.14/6_14.sce (limited to '3886/CH6/EX6.14/6_14.sce') diff --git a/3886/CH6/EX6.14/6_14.sce b/3886/CH6/EX6.14/6_14.sce new file mode 100644 index 000000000..68df5a803 --- /dev/null +++ b/3886/CH6/EX6.14/6_14.sce @@ -0,0 +1,9 @@ +//Force required at the end of lever +d=40 //mm +p=20/3 //mm +W=40000 //N +R=400 //mm +mu=0.12 +theta=atand(p/(%pi*d)) //degree +P=(d*W*(mu+tand(theta)))/(2*R*(1-mu*tand(theta))) //N +printf("Force required at the end of lever P=%0.2f N",P) -- cgit