summaryrefslogtreecommitdiff
path: root/671/CH5/EX5.20/5_20.sce
blob: 2faf08f79ba0e5c6e81c69decf90739c774077d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
V=200
R=2
L=0.02

f=25
w0=2*%pi*f
C=1/(w0*w0*L)
I=V/2
Vc=1/(C*w0)
disp(I,Vc)

f=50
w0=2*%pi*f
C=1/(w0*w0*L)
I=V/2
Vc=1/(C*w0)
disp(I,Vc)

f=100
w0=2*%pi*f
C=1/(w0*w0*L)
I=V/2
Vc=1/(C*w0)
disp(I,Vc)