summaryrefslogtreecommitdiff
path: root/74/CH7/EX7.3/example3_sce.sce
blob: bb3c6c0672cd5a57957ac272c7256ff6b73fdd44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// chapter 7
// example 7.3
// page 276
R3=6000;R4=2000;//given
R=5100;
C=.001*10^-6;
A=1+(R3/R4);
if A>3 then 
  f=1/(2*3.14*R*C)
   disp(f)//frequency of oscillation
 end