summaryrefslogtreecommitdiff
path: root/1184/CH14/EX14.4/Ex14_4.sce
blob: a04a6976956bab811bf8aa4e62f908bb876469f4 (plain)
1
2
3
4
5
6
7
8
9
10
//Example 14-4,Page No - 557

clear
clc

f = 460*10^6
VF = 0.66
len = (246/f)*VF

printf('The length of impedance matching section is %.3f feet',len*10^6)