summaryrefslogtreecommitdiff
path: root/3281/CH8/EX8.8/ex8_8.sce
blob: 15a21730a79dbd61494eeae63005613a5e064474 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
//Page Number: 429
//Example 8.8
clc;
//Given
Rs=1; //ohm
ws=5D+9; //Hz
M=0.25;
C0=2D-12; //F

//(i) Effective Q
Q=1/(Rs*ws*C0*(1-(M*M)));
disp(Q,'Effective Q:');