diff options
Diffstat (limited to '3673/CH16/EX16.11/Ex16_11.sce')
-rw-r--r-- | 3673/CH16/EX16.11/Ex16_11.sce | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/3673/CH16/EX16.11/Ex16_11.sce b/3673/CH16/EX16.11/Ex16_11.sce new file mode 100644 index 000000000..819149a53 --- /dev/null +++ b/3673/CH16/EX16.11/Ex16_11.sce @@ -0,0 +1,12 @@ +//Example 16_11 page no:767
+clc;
+//given
+Z11=2.5;
+Z21=1;
+Z22=2;
+Z12=1;
+Zl=2;
+Zs=1;
+Z1=Z11-((Z12*Z21)/(Zl+Z22));
+Zin=Zs+Z1;
+disp(Zin,"the input impedence is (in ohm)");
|