summaryrefslogtreecommitdiff
path: root/3673/CH3/EX3.a.12/Example_a_3_12.sce
blob: 5ab0fcd2e8cf66ee66834acd25fd80bd9336bec7 (plain)
1
2
3
4
5
6
7
8
//Example_a_3_12 page no:141
clc;
In1=10;
In2=20/6;
In=In1+In2;
Rab=6;
disp(In,"the norton current is (in A)");
disp(Rab,"the norton resistance is (in ohm)");