summaryrefslogtreecommitdiff
path: root/3507/CH11/EX11.19/Ex11_19.sce
diff options
context:
space:
mode:
Diffstat (limited to '3507/CH11/EX11.19/Ex11_19.sce')
-rw-r--r--3507/CH11/EX11.19/Ex11_19.sce12
1 files changed, 12 insertions, 0 deletions
diff --git a/3507/CH11/EX11.19/Ex11_19.sce b/3507/CH11/EX11.19/Ex11_19.sce
new file mode 100644
index 000000000..9fb46ec0e
--- /dev/null
+++ b/3507/CH11/EX11.19/Ex11_19.sce
@@ -0,0 +1,12 @@
+//chapter11
+//example11.19
+//page223
+
+Rc=2 // kilo ohm
+Ri=1 // kilo ohm
+gain_beta=50
+
+// for single stage, R_AC=Rc so voltage gain becomes
+Av=gain_beta*Rc/Ri
+
+printf("voltage gain = %.3f \n",Av)