diff options
Diffstat (limited to '1226/CH17/EX17.8')
-rwxr-xr-x | 1226/CH17/EX17.8/EX17_8.jpg | bin | 0 -> 111717 bytes | |||
-rwxr-xr-x | 1226/CH17/EX17.8/EX17_8.sce | 7 |
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 Binary files differnew file mode 100755 index 000000000..109bf8865 --- /dev/null +++ b/1226/CH17/EX17.8/EX17_8.jpg 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):")
|