summaryrefslogtreecommitdiff
path: root/3673/CH7/EX7.a.16/Example_a_7_16.sce
blob: 8521c5c1545c9772aa723ecc465dc603c662469c (plain)
1
2
3
4
5
6
7
//Example_a_7_16 page no:283
clc;
I2=0;
Vmag=30*5/14.14;
Vang=90-45;
disp(Vmag,"the magnitude of voltage is (in V)");
disp(Vang,"the angle of voltage is (in degree)");