summaryrefslogtreecommitdiff
path: root/2195/CH3/EX3.15.5/ex_3_15_5.sce
blob: 5887868d1e747aec5da655ab32ba72f89d1f75b9 (plain)
1
2
3
4
5
6
7
8
9
10
//Example 3.15.5: shunt resistance
clc;
clear;
close;
//given data :
Im=1;// in mA
Rm=100;// in ohm
I=100;// in mA
Rsh=(Im*10^-3*Rm)/((I-Im)*10^-3);
disp(Rsh,"shunt resistance,Rsh(kilo-ohm) = ")