summaryrefslogtreecommitdiff
path: root/3841/CH7/EX7.5/Ex7_5.sce
diff options
context:
space:
mode:
Diffstat (limited to '3841/CH7/EX7.5/Ex7_5.sce')
-rw-r--r--3841/CH7/EX7.5/Ex7_5.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/3841/CH7/EX7.5/Ex7_5.sce b/3841/CH7/EX7.5/Ex7_5.sce
new file mode 100644
index 000000000..2b6dcf736
--- /dev/null
+++ b/3841/CH7/EX7.5/Ex7_5.sce
@@ -0,0 +1,10 @@
+clear
+//given
+//find out mechanical efficency of an engine
+bhp=57.
+ihp=19.
+ihp1=ihp+bhp
+
+//computing according to equtaion
+Me=(bhp/ihp1)*100.
+printf("\n \n mechanical efficency %.2f percent",Me)