summaryrefslogtreecommitdiff
path: root/671/CH5/EX5.21/5_21.sce
blob: 558df96efaca611adfde0ed0481073ca24306ce9 (plain)
1
2
3
4
5
6
7
8
9
10
R=10
L=0.1
C=150E-6

w=sqrt((1+R*R*C/L)/(L*C))
f=w/(2*%pi)

disp(f)
Req=R/(1-w*w*L*C+(w*R*C)^2)
disp(Req)