summaryrefslogtreecommitdiff
path: root/1409/CH2/EX2.27/2_27.sce
blob: 871e0357d4981457f15a4818797eda9be25c1cf7 (plain)
1
2
3
4
5
6
7
8
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=');