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=");