summaryrefslogtreecommitdiff
path: root/2441/CH1/EX1.13/Ex1_13.sce
blob: b73a10cb6faef44860fd8dc7ed988e5af45140fa (plain)
1
2
3
4
5
6
7
8
//exa 1.13
clc;clear;close;
format('v',7);
LF=0.825;//Daily Load Factor
ratio1=0.87;//daily peak load to monthly peak load
ratio2=0.78;//monthly peak load to annually peak load
LF_annual=LF*ratio1*ratio2;//Annual Load Factor
disp(LF_annual,"Annual Load Factor : ");