summaryrefslogtreecommitdiff
path: root/3630/CH17/EX17.12/Ex17_12.sce
blob: 6a6865426d2f49bf3c695948a5fb445a91737851 (plain)
1
2
3
4
5
6
7
clc;
L=0.001;
C=0.0000000001;
f0=1/(2*3.14*(L*C)^0.5);
disp('Hz',floor(f0/1000),"f0=");//The answers vary due to round off error