summaryrefslogtreecommitdiff
path: root/2702/CH6/EX6.10/Ex_6_10.sce
blob: 083bd9d1fbb636b5a8d1ab8838df44d6a68b6bed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Exa 6.10
clc;
clear;
close;
// Given data
R1= 220;// in kohm
R1=R1*10^3;// in ohm
R2=R1;// in ohm
C1= 250;// in pF
C1= C1*10^-12;// in F
C2=C1;// in F
f= 1/(2*%pi*R1*C1);
disp(f,"Frequency of oscilltions in Hz is : ")