summaryrefslogtreecommitdiff
path: root/1184/CH2/EX2.21/Ex2_21.sce
blob: b84d8456a895e55cb34dac45506f91e24b6ee730 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
//Example 2-21, Page no - 54
clear
clc

fr= 52*10^6
Rw= 4.1
L =0.15*10^-6

Z = L/((1/(4*3.14^2*fr^2*L))*Rw)

printf('the impedance of the circuit is %.1f ohm',Z)