diff options
Diffstat (limited to '226/CH11/EX11.2/example2_sce.sce')
-rwxr-xr-x | 226/CH11/EX11.2/example2_sce.sce | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/226/CH11/EX11.2/example2_sce.sce b/226/CH11/EX11.2/example2_sce.sce new file mode 100755 index 000000000..b72df1f6d --- /dev/null +++ b/226/CH11/EX11.2/example2_sce.sce @@ -0,0 +1,12 @@ +//chapter 11
+//example 11.2
+//page 443
+printf("\n")
+printf("given")
+Yos=10*10^-6;Yfs=3000*10^-6;R1=1*10^6;R2=5.6*10^6;Rd=2.7*10^3;Rl=Rd;
+rd=1/Yos
+Zi=((R1*R2)/(R1+R2))*10^-3;
+printf("input impedance is %dKohm\n",Zi)
+Zo=(Rd*rd)/(Rd+rd);
+printf(" output inpedance is %dohm\n",Zo)
+Av=-Yfs*((Rl*rd)/(Rl+rd))
\ No newline at end of file |