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 --- 226/CH8/EX8.4/example4_sce.sce | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 226/CH8/EX8.4/example4_sce.sce (limited to '226/CH8/EX8.4') diff --git a/226/CH8/EX8.4/example4_sce.sce b/226/CH8/EX8.4/example4_sce.sce new file mode 100755 index 000000000..e01ef1ac9 --- /dev/null +++ b/226/CH8/EX8.4/example4_sce.sce @@ -0,0 +1,11 @@ +//chapter 8 +//example 8.4 +//page 317 +printf("\n") +printf("given") +Ic=1*10^-3;hfe=50;hie=1.3*10^3;fT=250*10^6;Cbc=5*10^-12;Rc=8.2*10^3;Rl=100*10^3; +Ie=Ic; +Av=(hfe*((Rc*Rl)/(Rc+Rl)))/hie +Cbe=(6.1*Ie)/fT; +Cin=(Cbe+(1+Av)*Cbc)*10^9; +printf(" input capacitance when the circuit operated as CE is %3.3fnF\n",Cin) \ No newline at end of file -- cgit