summaryrefslogtreecommitdiff
path: root/3673/CH8/EX8.a.2/Example_a_8_2.sce
blob: 43cb91b3ece7085e5419c54341e1f40e04858aaf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
//Example_a_8_2 page no:325
clc;
Q=5;
I=10;
V=100;
omega=50;
R=V/I;
L=50/omega;
C=1/(Q*omega*R);
C=C*10^6;
disp(L,"the inductance is (in H)");
disp(C,"the capacitance is (in microFarad)");