diff options
Diffstat (limited to '165/CH20/EX20.3/ex20_3.sce')
-rw-r--r-- | 165/CH20/EX20.3/ex20_3.sce | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/165/CH20/EX20.3/ex20_3.sce b/165/CH20/EX20.3/ex20_3.sce new file mode 100644 index 000000000..821a07c00 --- /dev/null +++ b/165/CH20/EX20.3/ex20_3.sce @@ -0,0 +1,8 @@ +//Example 20.3
+close;
+clc;
+//given data
+V1=8; //in volts
+V2=2; //in volts
+swr=(V1+V2)/(V1-V2);
+disp(swr,'Standing wave ratio');
\ No newline at end of file |