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 --- 2045/CH4/EX4.17/Ex4_17.sce | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100755 2045/CH4/EX4.17/Ex4_17.sce (limited to '2045/CH4/EX4.17/Ex4_17.sce') diff --git a/2045/CH4/EX4.17/Ex4_17.sce b/2045/CH4/EX4.17/Ex4_17.sce new file mode 100755 index 000000000..0b654cf17 --- /dev/null +++ b/2045/CH4/EX4.17/Ex4_17.sce @@ -0,0 +1,15 @@ +//example 17 +clear +beta1=25; +colres=2.5*10^3;//ohm +vcc=10;//volt +vce=-5;//volt +ic=-(vcc+vce)/colres; +ib=ic/beta1; +rb=vce/ib; +stability=(1+beta1)/((1+beta1)*((colres)/(colres+rb))); +disp("base resistance = "+string((rb))+"ohm");//correction in book +disp("stability = "+string((stability))); + + + -- cgit