summaryrefslogtreecommitdiff
path: root/1226/CH17/EX17.8
diff options
context:
space:
mode:
Diffstat (limited to '1226/CH17/EX17.8')
-rwxr-xr-x1226/CH17/EX17.8/EX17_8.jpgbin0 -> 111717 bytes
-rwxr-xr-x1226/CH17/EX17.8/EX17_8.sce7
2 files changed, 7 insertions, 0 deletions
diff --git a/1226/CH17/EX17.8/EX17_8.jpg b/1226/CH17/EX17.8/EX17_8.jpg
new file mode 100755
index 000000000..109bf8865
--- /dev/null
+++ b/1226/CH17/EX17.8/EX17_8.jpg
Binary files differ
diff --git a/1226/CH17/EX17.8/EX17_8.sce b/1226/CH17/EX17.8/EX17_8.sce
new file mode 100755
index 000000000..b6c2ae4a0
--- /dev/null
+++ b/1226/CH17/EX17.8/EX17_8.sce
@@ -0,0 +1,7 @@
+clc;funcprot(0);//EXAMPLE 17.8
+// Initialisation of Variables
+T=175;.......................//Torque due to brake load in Nm
+N=500;.........................//Engine speed in rpm
+//calcuations
+BP=(2*%pi*N*T)/(60*1000);.......................//Brake power developed by engine in kW
+disp(BP,"Brake power developed by engine (in kW):")