summaryrefslogtreecommitdiff
path: root/3281/CH4/EX4.24/ex4_24.sce
blob: 5e2bf542668dca0cbfd592df61c5b67e5211ccf9 (plain)
1
2
3
4
5
6
7
8
9
//Page Number: 250
//Example 4.24
clc;
//Given
//As it is perfectly matched
S12=1/sqrt(2);
S21=S12;
s=[0 S12;S21 0];
disp(s,'Scattering matrix:');