summaryrefslogtreecommitdiff
path: root/1184/CH2/EX2.20/Ex2_20.sce
blob: 0c63ef33be715b75c36b0bf19ceb53f7468f9e69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
//Example 2-20, Page No - 54

clear
clc

fr= 52*10^6
Q=12
L=0.15*10^-6

Rw=(6.28*fr*L)/Q
Req= Rw*(Q^2+1)

printf('Impedance of the parellel LC circuit is %.1f ohm',Req)