summaryrefslogtreecommitdiff
path: root/3673/CH3/EX3.a.23/Example_a_3_23.sce
blob: 1b37d6946ffffb72d7c4fd9455f312dd28f26d7c (plain)
1
2
3
4
5
6
7
8
9
//Example_a_3_23 page no:151
clc;
R=2;
Vi=-1;
Voc=-4*Vi;
Isc=10;
Rth=Voc/Isc;
i2=Voc/(Rth+R);
disp(i2,"the current throught 2 ohm resistor is (in A)");