summaryrefslogtreecommitdiff
path: root/3841/CH7/EX7.6/Ex7_6.sce
diff options
context:
space:
mode:
Diffstat (limited to '3841/CH7/EX7.6/Ex7_6.sce')
-rw-r--r--3841/CH7/EX7.6/Ex7_6.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/3841/CH7/EX7.6/Ex7_6.sce b/3841/CH7/EX7.6/Ex7_6.sce
new file mode 100644
index 000000000..74900ac7d
--- /dev/null
+++ b/3841/CH7/EX7.6/Ex7_6.sce
@@ -0,0 +1,8 @@
+clear
+//find the mechanical efficency of the diesel engine
+//fid we set forth constant
+fhp=19
+bhp=57/2.
+ihp=bhp+fhp
+Bhp=(bhp/ihp)*100
+printf("\n \n mechanical efficeny %.2f bhp",Bhp)