From b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b Mon Sep 17 00:00:00 2001 From: priyanka Date: Wed, 24 Jun 2015 15:03:17 +0530 Subject: initial commit / add all books --- 1226/CH17/EX17.3/EX17_3.jpg | Bin 0 -> 109604 bytes 1226/CH17/EX17.3/EX17_3.sce | 10 ++++++++++ 2 files changed, 10 insertions(+) create mode 100755 1226/CH17/EX17.3/EX17_3.jpg create mode 100755 1226/CH17/EX17.3/EX17_3.sce (limited to '1226/CH17/EX17.3') diff --git a/1226/CH17/EX17.3/EX17_3.jpg b/1226/CH17/EX17.3/EX17_3.jpg new file mode 100755 index 000000000..bdb44ceb2 Binary files /dev/null and b/1226/CH17/EX17.3/EX17_3.jpg differ diff --git a/1226/CH17/EX17.3/EX17_3.sce b/1226/CH17/EX17.3/EX17_3.sce new file mode 100755 index 000000000..2c6567faa --- /dev/null +++ b/1226/CH17/EX17.3/EX17_3.sce @@ -0,0 +1,10 @@ +clc;funcprot(0);//EXAMPLE 17.3 +// Initialisation of Variables +Db=0.6;.....................//Diameter of the brake wheel in m +d=0.026;......................//Diameter of the rope in m +W=200;.......................//Dead load on the brake in N +S=30;......................//Spring balance reading in N +N=450;......................//Engine speed in rpm +//Calculations +BP=((W-S)*%pi*(Db+d)*N)/(60*1000);...............//Brake Power in KW +disp(BP,"Brake Power (in KW):") -- cgit