diff options
Diffstat (limited to '779/CH12')
-rwxr-xr-x | 779/CH12/EX12.8/12_8.sce | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/779/CH12/EX12.8/12_8.sce b/779/CH12/EX12.8/12_8.sce index 717fa67d9..82f0d3617 100755 --- a/779/CH12/EX12.8/12_8.sce +++ b/779/CH12/EX12.8/12_8.sce @@ -2,6 +2,7 @@ h1 = 2758; h2 = 1817; h3 = 192; h4 = 200; Wt = h1-h2; Wp = h4-h3; Q1 = h1-h4; Wnet = Wt-Wp; +cpg = 1.1; n1 = Wnet/Wt; WR = Wnet/Wp; Q1_ = 100; @@ -52,4 +53,4 @@ n2d = POd/EIRd; disp("Part (d)") disp("%",n1d*100,"n1 is") disp("%",n2d*100,"n2 is") -disp(WRd,"Work ratio is") +disp(WRd,"Work ratio is")
\ No newline at end of file |