diff options
Diffstat (limited to '226/CH14/EX14.6')
-rwxr-xr-x | 226/CH14/EX14.6/example6_sce.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/226/CH14/EX14.6/example6_sce.sce b/226/CH14/EX14.6/example6_sce.sce new file mode 100755 index 000000000..a858a9b38 --- /dev/null +++ b/226/CH14/EX14.6/example6_sce.sce @@ -0,0 +1,10 @@ +//chapter 14
+//example 14.6
+//page 606
+printf("\n")
+printf("given")
+Av=200000;ri=2*10^6;ro=75;R3=1*10^3;R2=39*10^3;
+B=R3/(R2+R3)
+Zi=(1+Av*B)*ri
+printf(" typical input impedance for non-inverting amplifier is %dohm\n",Zi)
+Zo=ro/(1+Av*B)
\ No newline at end of file |