diff options
Diffstat (limited to '3507/CH13/EX13.13/Ex13_13.sce')
-rw-r--r-- | 3507/CH13/EX13.13/Ex13_13.sce | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/3507/CH13/EX13.13/Ex13_13.sce b/3507/CH13/EX13.13/Ex13_13.sce new file mode 100644 index 000000000..dd67b8c51 --- /dev/null +++ b/3507/CH13/EX13.13/Ex13_13.sce @@ -0,0 +1,14 @@ +//chapter13
+//example13.13
+//page287
+
+Rc=12 // kilo ohm
+Rl=6 // kilo ohm
+re_dash=33.3d-3 // kilo ohm
+
+R_AC=Rc*Rl/(Rc+Rl)
+Av=R_AC/re_dash
+
+printf("voltage gain = %.3f \n",Av)
+
+// the accurate answer is 120.120
|