summaryrefslogtreecommitdiff
path: root/3673/CH16/EX16.a.8/Example_a_16_8.sce
diff options
context:
space:
mode:
Diffstat (limited to '3673/CH16/EX16.a.8/Example_a_16_8.sce')
-rw-r--r--3673/CH16/EX16.a.8/Example_a_16_8.sce18
1 files changed, 18 insertions, 0 deletions
diff --git a/3673/CH16/EX16.a.8/Example_a_16_8.sce b/3673/CH16/EX16.a.8/Example_a_16_8.sce
new file mode 100644
index 000000000..626a2caf0
--- /dev/null
+++ b/3673/CH16/EX16.a.8/Example_a_16_8.sce
@@ -0,0 +1,18 @@
+//Example_a_16_8 page no:786
+clc;
+Zl=20
+Z11=10;
+Z22=10;
+Z12=4;
+Z21=4;
+V1=20;
+Vs=20;
+Zl=20;
+I1=V1/(Z11-((Z12*Z21)/(Zl+Z22)));
+I2=-I1*Z21/(Zl+Z22);
+V2=-I2*20;
+Zin=V1/I1;
+disp(I1,"the current I1 is (in A)");
+disp(I2,"the current I2 is (in A)");
+disp(V2,"the voltage V2 is (in V)");
+disp(Zin,"the input impedence is (in ohm)");