summaryrefslogtreecommitdiff
path: root/3673/CH17/EX17.a.12/Example_a_17_12.sce
blob: 6aef70ee1f6a146cf37208c8631addce305e3ea0 (plain)
1
2
3
4
5
6
7
8
9
10
//Example_a_17_12 page no:871
clc;
R2=2;
C2=0.1;
Ro=2;
R1=Ro^2/R2;
L1=C2*Ro^2;
disp(R1,"the resistance is (in ohm)");
disp(C2,"the capacitance is (in F)");
disp(L1,"the inductance is (in H)");