summaryrefslogtreecommitdiff
path: root/3673/CH3/EX3.a.21/Example_a_3_21.sce
blob: 61966f21e720f4c2c4611059e515b4b916d9d147 (plain)
1
2
3
4
5
6
7
//Example_a_3_21 page no:149
clc;
I_1=-5/(3+2+12);
V_3=1.55;
I_2=(V_3+(4*V_3))/2;
I=I_1+I_2;
disp(I,"the total current in 2ohm resistor is (in A)");