summaryrefslogtreecommitdiff
path: root/1409/CH2/EX2.7/2_7.sce
blob: 080e5a75e3c2d4f310b6c12df116631cfbfdfb9c (plain)
1
2
3
4
5
6
7
8
clc;
//page no: 2.7
//Example-2.7
//Given that Itotal=1.15*Ic
Itotal=1.15*Ic;
u=sqrt(2*[(Itotal/Ic)^2-1]);
disp(u,'Modulation index is ');