summaryrefslogtreecommitdiff
path: root/2459/CH11/EX11.10
diff options
context:
space:
mode:
Diffstat (limited to '2459/CH11/EX11.10')
-rw-r--r--2459/CH11/EX11.10/Ex11_10.PNGbin0 -> 4600 bytes
-rw-r--r--2459/CH11/EX11.10/Ex11_10.sce12
2 files changed, 12 insertions, 0 deletions
diff --git a/2459/CH11/EX11.10/Ex11_10.PNG b/2459/CH11/EX11.10/Ex11_10.PNG
new file mode 100644
index 000000000..a7a102fe8
--- /dev/null
+++ b/2459/CH11/EX11.10/Ex11_10.PNG
Binary files differ
diff --git a/2459/CH11/EX11.10/Ex11_10.sce b/2459/CH11/EX11.10/Ex11_10.sce
new file mode 100644
index 000000000..1280e5c59
--- /dev/null
+++ b/2459/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)