diff options
Diffstat (limited to '3507/CH11/EX11.10/Ex11_10.sce')
-rw-r--r-- | 3507/CH11/EX11.10/Ex11_10.sce | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/3507/CH11/EX11.10/Ex11_10.sce b/3507/CH11/EX11.10/Ex11_10.sce new file mode 100644 index 000000000..1280e5c59 --- /dev/null +++ b/3507/CH11/EX11.10/Ex11_10.sce @@ -0,0 +1,12 @@ +//chapter11
+//example11.10
+//page210
+
+gain_beta=49
+Ib=240d-3 // mA
+Ie=12 // mA
+
+alpha=gain_beta/(1+gain_beta)
+Ic=alpha*Ie // or Ic=gain_beta*Ib
+
+printf("collector current = %.3f mA \n",Ic)
|