summaryrefslogtreecommitdiff
path: root/1574/CH8/EX8.22
diff options
context:
space:
mode:
Diffstat (limited to '1574/CH8/EX8.22')
-rwxr-xr-x1574/CH8/EX8.22/Result_of_Chapter_8_Ex8_22.JPGbin0 -> 131248 bytes
-rwxr-xr-x1574/CH8/EX8.22/TL_Ex_8_22.sce20
2 files changed, 20 insertions, 0 deletions
diff --git a/1574/CH8/EX8.22/Result_of_Chapter_8_Ex8_22.JPG b/1574/CH8/EX8.22/Result_of_Chapter_8_Ex8_22.JPG
new file mode 100755
index 000000000..c47c880df
--- /dev/null
+++ b/1574/CH8/EX8.22/Result_of_Chapter_8_Ex8_22.JPG
Binary files differ
diff --git a/1574/CH8/EX8.22/TL_Ex_8_22.sce b/1574/CH8/EX8.22/TL_Ex_8_22.sce
new file mode 100755
index 000000000..2f644506f
--- /dev/null
+++ b/1574/CH8/EX8.22/TL_Ex_8_22.sce
@@ -0,0 +1,20 @@
+clc
+//Chapter8
+//Example8.22, page no352
+//Given
+Zin=25+%i*15// Internal Impedance
+Zr=70-%i*42//load
+f=3e6//operating freq
+v=3e8//light velocity
+L=v/(4*f)//length of the line
+
+Zo=sqrt(Zin*Zr)//Characteristic Impedance
+mprintf('The lrngth should be %d metres\nThe Characteristic Impedance should be %f ohms',L,Zo)
+
+
+
+
+
+
+
+