blob: 659ef9fc3f817bdb33b1b887a053d82da05c1881 (
plain)
1
2
3
4
5
6
7
8
9
|
//Example_a_7_9 page no:277
clc;
Vabmag=100*3/7;
Vabang=0;
Zab=(%i*5)+(((%i*4)*(%i*3))/(%i*7));
Ilmag=42.86/11.71;
Ilang=0-90;
disp(Ilmag,"the magnitude of current passing through 5i ohm impedence is (in A)");
disp(Ilang,"the angle of current passing through 5i ohm impedence is (in degree)");
|