diff options
Diffstat (limited to '761/CH14/EX14.6/14_6.sce')
-rwxr-xr-x | 761/CH14/EX14.6/14_6.sce | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/761/CH14/EX14.6/14_6.sce b/761/CH14/EX14.6/14_6.sce new file mode 100755 index 000000000..410c4dbc5 --- /dev/null +++ b/761/CH14/EX14.6/14_6.sce @@ -0,0 +1,8 @@ +clc;
+//page no 476
+//prob no. 14.6
+//A 50ohm line terminated in 25ohm resistance
+Zo=50;Zl=25;
+//Determination of SWR
+SWR=Zo/Zl;//In this case Zo>Zl
+disp(SWR,'The value of SWR is');
\ No newline at end of file |