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/CH13/EX13.9/example9_sce.sce | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 226/CH13/EX13.9/example9_sce.sce (limited to '226/CH13/EX13.9/example9_sce.sce') diff --git a/226/CH13/EX13.9/example9_sce.sce b/226/CH13/EX13.9/example9_sce.sce new file mode 100755 index 000000000..ce603369f --- /dev/null +++ b/226/CH13/EX13.9/example9_sce.sce @@ -0,0 +1,10 @@ +//chapter 13 +//example 13.9 +//page 568 +printf("\n") +printf("given") +hic=2*10^3;hie=hic;hfe=100;hfc=100;Av=25000;B=1/33.4;R8=10*10^3;R5=R8; +Ze=(hic+R8)/hfc +Zo=Ze/(1+Av*B) +Zout=(R5*Zo)/(R5+Zo); +printf("output impedance is %3.2fohm\n",Zout) \ No newline at end of file -- cgit