summaryrefslogtreecommitdiff
path: root/3673/CH16/EX16.12/Ex16_12.sce
diff options
context:
space:
mode:
Diffstat (limited to '3673/CH16/EX16.12/Ex16_12.sce')
-rw-r--r--3673/CH16/EX16.12/Ex16_12.sce13
1 files changed, 13 insertions, 0 deletions
diff --git a/3673/CH16/EX16.12/Ex16_12.sce b/3673/CH16/EX16.12/Ex16_12.sce
new file mode 100644
index 000000000..121c8534f
--- /dev/null
+++ b/3673/CH16/EX16.12/Ex16_12.sce
@@ -0,0 +1,13 @@
+//Example 16_12 page no:768
+clc;
+//given
+Y11=1/2;
+Y22=5/8;
+Y21=-1/4;
+Y12=-1/4;
+Ys=1;
+I2_V2=((Y22*Ys)+(Y22*Y11)-(Y21*Y21))/(Ys+Y11);
+Z22=1/I2_V2;
+disp(Z22,"the output impedance of the network Z22 is (in ohm)");
+//in text book output unit is wrongly mentioned
+//in text book output is displayed in ratio here the same value is displayed in fraction