summaryrefslogtreecommitdiff
path: root/3841/CH7/EX7.8/Ex7_8.sce
blob: 368d41ddedf5147f4fac3fd9e6d0a1f00401941d (plain)
1
2
3
4
5
6
7
8
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)