From 7f60ea012dd2524dae921a2a35adbf7ef21f2bb6 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Tue, 10 Oct 2017 12:27:19 +0530 Subject: initial commit / add all books --- 147/CH8/EX8.2/Example8_2.sce | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 147/CH8/EX8.2/Example8_2.sce (limited to '147/CH8/EX8.2/Example8_2.sce') 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 -- cgit