diff options
Diffstat (limited to '1409/CH2/EX2.27/2_27.sce')
-rw-r--r-- | 1409/CH2/EX2.27/2_27.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/1409/CH2/EX2.27/2_27.sce b/1409/CH2/EX2.27/2_27.sce new file mode 100644 index 000000000..871e0357d --- /dev/null +++ b/1409/CH2/EX2.27/2_27.sce @@ -0,0 +1,9 @@ +clc;
+//Page no:2-34
+//Example-2.27
+u=0.75;
+//PDSBFC=Pc*(1+(u^2/2))
+PDSBFC=Pc*(1+(u^2/2));
+PSSB=(Pc*u^2)/4;
+Psaving=((PDSBFC-PSSB)/PDSBFC)*100;
+disp(+'%',Psaving,'Percentage power saving=');
|