summaryrefslogtreecommitdiff
path: root/671/CH5/EX5.10/5_10.sce
blob: 95cc73c0083f3f148887918f213e2c3c4d773990 (plain)
1
2
3
4
5
6
7
8
9
10
11
C=2.5E-6
R=8
wb=400

L=R/wb
w0=1/sqrt(L*C)
Q0=w0*L/R
w1=w0-wb/2
w2=w0+wb/2

disp(w2,w1,Q0,w0,L)