summaryrefslogtreecommitdiff
path: root/343/CH1/EX1.47/ex_47.sce
blob: ea0e587a75fe5e3ab2e774c380e9a6ea50ff535b (plain)
1
2
3
4
5
6
7
8
I1=6;
R1=1;
R2=2;
R3=5;
V=10;
I2=(2*I1-10)/7;
IR2=(I1-I2);
disp("Amperes",IR2,"Current in 2 Ohm resistor")