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 --- 2459/CH11/EX11.7/Ex11_7.PNG | Bin 0 -> 6745 bytes 2459/CH11/EX11.7/Ex11_7.sce | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 2459/CH11/EX11.7/Ex11_7.PNG create mode 100644 2459/CH11/EX11.7/Ex11_7.sce (limited to '2459/CH11/EX11.7') diff --git a/2459/CH11/EX11.7/Ex11_7.PNG b/2459/CH11/EX11.7/Ex11_7.PNG new file mode 100644 index 000000000..f9c9efdfe Binary files /dev/null and b/2459/CH11/EX11.7/Ex11_7.PNG differ diff --git a/2459/CH11/EX11.7/Ex11_7.sce b/2459/CH11/EX11.7/Ex11_7.sce new file mode 100644 index 000000000..6aa057349 --- /dev/null +++ b/2459/CH11/EX11.7/Ex11_7.sce @@ -0,0 +1,19 @@ +//chapter11 +//example11.7 +//page206 + +Vbe=0.7 // V +Vcc=18 // V +Vee=8 // V +Rc=1.2 // kilo ohm +Re=1.5 //kilo ohm + +// by Kirchoff's voltage law to emitter side loop, we get Vee=Ie*Re+Vbe so +Ie=(Vee-Vbe)/Re +Ic=Ie // nearly + +// by Kirchoff's voltage law to collector side loop, we get Vcc=Ic*Rc=Vcb so +Vcb=Vcc-Ic*Rc + +printf("collector curent = %.3f mA \n",Ic) +printf("collector base voltage = %3f V \n",Vcb) -- cgit