diff options
Diffstat (limited to '761/CH14/EX14.20/14_20.sce')
-rwxr-xr-x | 761/CH14/EX14.20/14_20.sce | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/761/CH14/EX14.20/14_20.sce b/761/CH14/EX14.20/14_20.sce new file mode 100755 index 000000000..8719662a3 --- /dev/null +++ b/761/CH14/EX14.20/14_20.sce @@ -0,0 +1,8 @@ +clc;
+//page no 504
+//prob no. 14.20
+//Frwd power in Tx line is 150W,Reverse power=20W
+Pi=150;Pr=20;//All power in watt
+//Determination of SWR
+SWR=(1+sqrt(Pr/Pi))/(1-sqrt(Pr/Pi));
+disp(SWR,'The value of SWR is');
\ No newline at end of file |