summaryrefslogtreecommitdiff
path: root/3673/CH3/EX3.a.5/Example_a_3_5.sce
blob: 691a759e0593616ea004d8538b6efa60f85c5340 (plain)
1
2
3
4
5
6
//Example_a_3_5 page no:135
clc;
Vab=(4+3)/(0.05+0.2+0.17);
Rab=(((18.75*5)/(18.75+5))*6)/(((18.75*5)/(18.75+5))+6);
disp(Vab,"the thevenin voltage is (in V)");
disp(Rab,"the thevenin resistance is (in ohm)");