summaryrefslogtreecommitdiff
path: root/2681/CH5/EX5.11/Ex5_11.sce
blob: e91b2d3a705f1d3afe5eb938109c45baf403b372 (plain)
1
2
3
4
5
6
7
8
//magnitude of the reflection coefficent
//given
clc
zl=10*%i//ohm
z0=100//ohm
row=(zl-z0)/(zl+z0)//reflection coefficent
mag_row=norm(row)//magnitude of reflection coefficent
disp(mag_row,'the magnitude of the reflection coefficent:')