summaryrefslogtreecommitdiff
path: root/3507/CH13/EX13.6/Ex13_6.sce
diff options
context:
space:
mode:
Diffstat (limited to '3507/CH13/EX13.6/Ex13_6.sce')
-rw-r--r--3507/CH13/EX13.6/Ex13_6.sce13
1 files changed, 13 insertions, 0 deletions
diff --git a/3507/CH13/EX13.6/Ex13_6.sce b/3507/CH13/EX13.6/Ex13_6.sce
new file mode 100644
index 000000000..1a7872087
--- /dev/null
+++ b/3507/CH13/EX13.6/Ex13_6.sce
@@ -0,0 +1,13 @@
+//chapter13
+//example13.6
+//page282
+
+Rc=2 // kilo ohm
+Rl=0.5 // kilo ohm
+Rin=1 // kilo ohm
+gain_beta=60
+
+R_AC=Rc*Rl/(Rc+Rl)
+Av=gain_beta*R_AC/Rin
+
+printf("voltage gain = %.3f \n",Av)