diff options
Diffstat (limited to '761/CH14/EX14.17/14_17.sce')
-rwxr-xr-x | 761/CH14/EX14.17/14_17.sce | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/761/CH14/EX14.17/14_17.sce b/761/CH14/EX14.17/14_17.sce new file mode 100755 index 000000000..74c38d9da --- /dev/null +++ b/761/CH14/EX14.17/14_17.sce @@ -0,0 +1,8 @@ +clc;
+//page no 497
+//prob no. 14.17
+Zo=72;//line impedance in ohm
+ZL=120-%i*100;//load impedance
+//The stub must be inserted at a point on the line where the real part of the load admittance is correct. This alue is
+s=1/Zo;
+disp('S',s,'The value of stude is');
\ No newline at end of file |