diff options
Diffstat (limited to '1067/CH46/EX46.02/46_02.sce')
-rwxr-xr-x | 1067/CH46/EX46.02/46_02.sce | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/1067/CH46/EX46.02/46_02.sce b/1067/CH46/EX46.02/46_02.sce new file mode 100755 index 000000000..0d3546cd4 --- /dev/null +++ b/1067/CH46/EX46.02/46_02.sce @@ -0,0 +1,7 @@ +clear;
+clc;
+p=180;
+p2=(20-16+(180*.1))/(.1+.12);
+p1=p-p2;
+t=.1*p1+20;
+mprintf("loading of unit 1 P1=%dMW\nthe loading of unit 2 P2=%dMW\nincremental operating cost =%dRs/MWhr",p1,p2,t);
|