summaryrefslogtreecommitdiff
path: root/671/CH5/EX5.1/5_1.sce
blob: 10d77884f2265afccd07f6b102a3bb3a29e2518e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Q0=200

//a
R=1
C=2E-6
L=C/(Q0/R)^2
disp(L)

L=2E-15
C=1.2E-9
R=Q0*sqrt(L/C)
disp(R)

R=118500
L=120E-12
C=L*(Q0/R)^2
disp(C)