summaryrefslogtreecommitdiff
path: root/1184/CH2/EX2.25/Ex2_25.sce
blob: 6a472fbeab643a890029eb51c522ddc589a50bc0 (plain)
1
2
3
4
5
6
7
8
9
10
11
//Example 2-25, page no - 61

clear
clc

fnotch = 120
R = 220*10^3

C = 1/(6.28*R*fnotch)

printf('The value of capacitance required is %.3f microfarad',2*C*10^6)