summaryrefslogtreecommitdiff
path: root/3673/CH3/EX3.a.22/Example_a_3_22.sce
blob: 3a2a115a4c8bd19ab7b81a6592601d244a651e09 (plain)
1
2
3
4
5
6
7
8
9
10
//Example_a_3_22 page no:150
clc;
V=4;
R1=2;
R2=3;
Vx=V/0.8;
Isc=V/(R1+R2);
Rth=Vx/Isc;
disp(Vx,"the thevenin voltage is (in V)");
disp(Rth,"the thevenin resistance is (in ohm)");