summaryrefslogtreecommitdiff
path: root/1217/CH5/EX5.19/Exa5_19.sce
blob: 8bce283bee8e3ee93e9fdc7ba74e2e8e8913a573 (plain)
1
2
3
4
5
6
7
8
9
// Exa 5.19
clc;
clear;
close;
// given data 
R=1;//in Kohm
C=3.6;//in uF
fo=1/(2*%pi*R*1000*C*10^-6);// in Hz
disp(fo,"The frequency of oscillation in Hz is :");