diff options
Diffstat (limited to '2681/CH4/EX4.3/Ex4_3.sce')
-rwxr-xr-x | 2681/CH4/EX4.3/Ex4_3.sce | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/2681/CH4/EX4.3/Ex4_3.sce b/2681/CH4/EX4.3/Ex4_3.sce new file mode 100755 index 000000000..5ddddda10 --- /dev/null +++ b/2681/CH4/EX4.3/Ex4_3.sce @@ -0,0 +1,8 @@ +//voltage standing wave ratio
+//given
+clc
+LEMg=4.82//cm
+d1_d2=0.7//cm
+VSWR=LEMg/(%pi*d1_d2)//VSWR
+VSWR=round(VSWR*1000)/1000///rounding off decimals
+disp(VSWR,'the voltage standing wave ratio:')
|