summaryrefslogtreecommitdiff
path: root/2681/CH6/EX6.5/Ex6_5.sce
diff options
context:
space:
mode:
Diffstat (limited to '2681/CH6/EX6.5/Ex6_5.sce')
-rwxr-xr-x2681/CH6/EX6.5/Ex6_5.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/2681/CH6/EX6.5/Ex6_5.sce b/2681/CH6/EX6.5/Ex6_5.sce
new file mode 100755
index 000000000..4143ab6de
--- /dev/null
+++ b/2681/CH6/EX6.5/Ex6_5.sce
@@ -0,0 +1,9 @@
+//input impedance of a lossless transmission
+//given
+clc
+Zo=100//ohm
+Bl=(2*%pi)/3//ERROR
+Zl=150+%i*60
+Zi=Zo*(Zl+%i*Zo*tan(Bl))/(Zo+%i*Zl*tan(Bl))//the input impedence in ohm
+disp(Zi,'the input impedance of lossless transmission line in ohm:')
+//ERROR in the calculation of the book as value of Bl=120*pi