summaryrefslogtreecommitdiff
path: root/1658/CH28/EX28.4/Ex28_4.sce
blob: 2518cbcc667427ef56bc2dfdf386be7dea85da3d (plain)
1
2
3
4
5
6
7
8
clc;
//e.g 28.4
L1=1000*10**-6;
L2=100*10**-6;
M=20*10**-6;
C=20*10**-12;
fo=1/(2*%pi*sqrt((L1+L2+2*M)*C));
disp('MHZ',fo*10**-6,"fo=");