diff options
Diffstat (limited to '2921/CH13/EX13.7/Ex13_7.sce')
-rwxr-xr-x | 2921/CH13/EX13.7/Ex13_7.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/2921/CH13/EX13.7/Ex13_7.sce b/2921/CH13/EX13.7/Ex13_7.sce new file mode 100755 index 000000000..beb0e3326 --- /dev/null +++ b/2921/CH13/EX13.7/Ex13_7.sce @@ -0,0 +1,11 @@ +clc; +clear; +mprintf('MACHINE DESIGN \n Timothy H. Wentzell, P.E. \n EXAMPLE-13.7 Page No.296\n'); + +hpin=5 +e=0.73; +Q=(1-e)*hpin*2544; + +mprintf('\n Heat generated by system = %f Btu/hr.',Q); + +//Note-There is an error in the answer given in textbook |