summaryrefslogtreecommitdiff
path: root/3673/CH8/EX8.8/Ex8_8.sce
blob: 362e6d0efe645e253ee3efc974ccade4123297e0 (plain)
1
2
3
4
5
6
7
//Example 8_8 page no:311
clc;
R=10;
L=0.1;
C=10*10^-6;
fr=(1/(2*%pi))*(sqrt((1/(L*C))-((R^2)/(L^2))));
disp(fr,"the resonant frequency is (in Hz)");