summaryrefslogtreecommitdiff
path: root/2459/CH27/EX27.3
diff options
context:
space:
mode:
Diffstat (limited to '2459/CH27/EX27.3')
-rw-r--r--2459/CH27/EX27.3/EX27_3.sce15
-rw-r--r--2459/CH27/EX27.3/Ex27_3.PNGbin0 -> 5653 bytes
2 files changed, 15 insertions, 0 deletions
diff --git a/2459/CH27/EX27.3/EX27_3.sce b/2459/CH27/EX27.3/EX27_3.sce
new file mode 100644
index 000000000..2655dac1f
--- /dev/null
+++ b/2459/CH27/EX27.3/EX27_3.sce
@@ -0,0 +1,15 @@
+//chapter27
+//example27.3
+//page578
+
+h11=10
+h12=1
+h21=-1
+h22=0.2
+rL=5 // ohm
+
+Zin=h11-(h12*h21/(h22+1/rL))
+Av=-h21/(Zin*(h22+1/rL))
+
+printf("input impedence = %.3f ohm \n",Zin)
+printf("voltage gain of circuit = %.3f \n",Av)
diff --git a/2459/CH27/EX27.3/Ex27_3.PNG b/2459/CH27/EX27.3/Ex27_3.PNG
new file mode 100644
index 000000000..4e32515f1
--- /dev/null
+++ b/2459/CH27/EX27.3/Ex27_3.PNG
Binary files differ