summaryrefslogtreecommitdiff
path: root/226/CH13/EX13.9/example9_sce.sce
diff options
context:
space:
mode:
Diffstat (limited to '226/CH13/EX13.9/example9_sce.sce')
-rwxr-xr-x226/CH13/EX13.9/example9_sce.sce10
1 files changed, 10 insertions, 0 deletions
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