summaryrefslogtreecommitdiff
path: root/3760/CH3/EX3.43/Ex3_43.sce
blob: 1755e5c5373c595d1593aee8fc8b2edb8a6cbde7 (plain)
1
2
3
4
5
clc;
t=1/2; //ratio of continuous rating to one hour rating
p=2; // ratio of new KVA rating to old KVA rating
al=2*(p*t);
printf('Ratio of core loss to ohmic loss is %f ',al);