summaryrefslogtreecommitdiff
path: root/3841/CH7/EX7.8
diff options
context:
space:
mode:
Diffstat (limited to '3841/CH7/EX7.8')
-rw-r--r--3841/CH7/EX7.8/Ex7_8.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/3841/CH7/EX7.8/Ex7_8.sce b/3841/CH7/EX7.8/Ex7_8.sce
new file mode 100644
index 000000000..368d41dde
--- /dev/null
+++ b/3841/CH7/EX7.8/Ex7_8.sce
@@ -0,0 +1,9 @@
+clear
+//find the brake thermal efficency
+//given
+f=0.44
+q=19500
+//for each bhp output is 2544
+hi=f*q
+bth=(2544./hi)*100.
+printf("\n \n brake thermal efficency %.2f bhp",bth)