summaryrefslogtreecommitdiff
path: root/3673/CH17/EX17.10/Ex17_10.sce
blob: 29c9b78db07e0be022304f20247c0b06b31903da (plain)
1
2
3
4
5
6
7
8
9
//Example 17_10 page no:849
clc;
D=20;
R0=500;
N=10^(D/20);
Ra=R0*(N-1)
Rb=R0/(N-1);
disp(Ra,"the resistance Ra is (in ohm)");
disp(Rb,"the resistance Rb is (in ohm)");