diff options
Diffstat (limited to '2681/CH6/EX6.18/Ex6_18.sce')
-rwxr-xr-x | 2681/CH6/EX6.18/Ex6_18.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/2681/CH6/EX6.18/Ex6_18.sce b/2681/CH6/EX6.18/Ex6_18.sce new file mode 100755 index 000000000..952f14a1b --- /dev/null +++ b/2681/CH6/EX6.18/Ex6_18.sce @@ -0,0 +1,10 @@ +//characteristc impedance of the line for air dielectric
+//given
+clc
+b=30-2*2//mm//diameter of the outside conductor
+a=10-2*1//mm//diameter of the inner conductor
+Zo=138*log10(b/a)//characteristic impedance
+Zo=round(Zo*100)/100///rounding off decimals
+disp(Zo,'the characteristic impedance of the line for air dielectric in ohm')
+//error in the value of b
+
|