summaryrefslogtreecommitdiff
path: root/620/CH27/EX27.12/example27_12.sce
blob: becdbcf839a9078d91aa16d51aa6d252227477d2 (plain)
1
2
3
4
5
6
7
8
9
l=100*10^(-6);
c=50*10^(-12);
r=100*10^3;
v=50*10^(-3);
fr=1/(2*%pi*sqrt(l*c));
x_l=2*%pi*fr*l;
q=r/x_l;
f=fr/q;
disp("the bandwidth (in kHz) is"); disp(f*10^(-3));