summaryrefslogtreecommitdiff
path: root/3673/CH16/EX16.13/Ex16_13.sce
diff options
context:
space:
mode:
Diffstat (limited to '3673/CH16/EX16.13/Ex16_13.sce')
-rw-r--r--3673/CH16/EX16.13/Ex16_13.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/3673/CH16/EX16.13/Ex16_13.sce b/3673/CH16/EX16.13/Ex16_13.sce
new file mode 100644
index 000000000..ae5f26921
--- /dev/null
+++ b/3673/CH16/EX16.13/Ex16_13.sce
@@ -0,0 +1,11 @@
+//Example 16_13 page no:771
+clc;
+//given
+Z11=3;
+Z12=2;
+Z21=2;
+Z22=3;
+Za=Z11-Z12;
+Zb=Z11+Z12;
+disp(Za,"the parameter Za of the lattice netwrok is (in ohm)");
+disp(Zb,"the parameter Zb of the lattice netwrok is (in ohm)");