diff options
Diffstat (limited to '2459/CH11/EX11.9/Ex11_9.sce')
-rw-r--r-- | 2459/CH11/EX11.9/Ex11_9.sce | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/2459/CH11/EX11.9/Ex11_9.sce b/2459/CH11/EX11.9/Ex11_9.sce new file mode 100644 index 000000000..0da9b7b3c --- /dev/null +++ b/2459/CH11/EX11.9/Ex11_9.sce @@ -0,0 +1,12 @@ +//chapter11
+//example11.9
+//page210
+
+gain_beta=50
+Ib=20d-3 // mA
+
+// since gain_beta = Ic/Ib we get
+Ic=gain_beta*Ib
+Ie=Ic+Ib
+
+printf("emitter current = %.3f mA \n",Ie)
|