summaryrefslogtreecommitdiff
path: root/1223/CH15/EX15.3/Ex15_3.sce
blob: 43e3c2fe536b49c103e35a2ac3e3270c0b7cb907 (plain)
1
2
3
4
5
6
7
8
clear;
clc;
//Example 15.3
fC=10000;
f3dB=1000;
//x=C2/C1
x=2*%pi*f3dB/fC;
printf('\ncapacitances C2/C1=%.3f \n',x)