diff options
Diffstat (limited to '2459/CH13/EX13.6/Ex13_6.sce')
-rw-r--r-- | 2459/CH13/EX13.6/Ex13_6.sce | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/2459/CH13/EX13.6/Ex13_6.sce b/2459/CH13/EX13.6/Ex13_6.sce new file mode 100644 index 000000000..1a7872087 --- /dev/null +++ b/2459/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) |