From b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b Mon Sep 17 00:00:00 2001 From: priyanka Date: Wed, 24 Jun 2015 15:03:17 +0530 Subject: initial commit / add all books --- 1223/CH3/EX3.10/Ex3_10.sce | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100755 1223/CH3/EX3.10/Ex3_10.sce (limited to '1223/CH3/EX3.10') diff --git a/1223/CH3/EX3.10/Ex3_10.sce b/1223/CH3/EX3.10/Ex3_10.sce new file mode 100755 index 000000000..60fb57b4d --- /dev/null +++ b/1223/CH3/EX3.10/Ex3_10.sce @@ -0,0 +1,23 @@ +clear; +clc; +//Example 3.10 +Rb=0.24; +Vcc=12; +Vbe=0.7; +Vce=0.1; +b=75; +Rc=5;//Ohm +//for Vt=0 ,transistor is cut off,Ib=Ic=0,Vo=Vcc=12 V,power dissipation is zero +Vt=12;//(V) +Ib=(Vt-Vbe)/Rb; +printf('\nbase current=%0.3f mA\n',Ib) +Ic=(Vcc-Vce)/Rc; +printf('\ncollector current=%0.2f A\n',Ic) +Ib=0.0471;//A +x=Ic/Ib +//since Ic/Ib