summaryrefslogtreecommitdiff
path: root/147/CH8/EX8.2/Example8_2.sce
diff options
context:
space:
mode:
Diffstat (limited to '147/CH8/EX8.2/Example8_2.sce')
-rw-r--r--147/CH8/EX8.2/Example8_2.sce13
1 files changed, 13 insertions, 0 deletions
diff --git a/147/CH8/EX8.2/Example8_2.sce b/147/CH8/EX8.2/Example8_2.sce
new file mode 100644
index 000000000..c08d06eba
--- /dev/null
+++ b/147/CH8/EX8.2/Example8_2.sce
@@ -0,0 +1,13 @@
+//Base to base collector leakage current Icbo
+close();
+clear;
+clc;
+Beta = 100;
+Icbo = 5*10^(-6);
+//Part(a)
+Ib = 0;
+Iceo = (Beta+1)*Icbo;
+//Part(b)
+Ib = 40*10^(-6);
+Ic = Beta*Ib + (Beta+1)*Icbo;
+mprintf('(a):Iceo = %0.0f micro A \n(b):Ic = %0.3f mA',Iceo*10^(6),Ic*1000); \ No newline at end of file