summaryrefslogtreecommitdiff
path: root/3630/CH12/EX12.15/Ex12_15.sce
diff options
context:
space:
mode:
Diffstat (limited to '3630/CH12/EX12.15/Ex12_15.sce')
-rw-r--r--3630/CH12/EX12.15/Ex12_15.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/3630/CH12/EX12.15/Ex12_15.sce b/3630/CH12/EX12.15/Ex12_15.sce
new file mode 100644
index 000000000..5aa775385
--- /dev/null
+++ b/3630/CH12/EX12.15/Ex12_15.sce
@@ -0,0 +1,11 @@
+RD=8200;
+Zin=1290;
+rD1=(RD*Zin)/(RD+Zin);
+Gm=0.002;
+AvBJT=Gm*rD1;
+Zin=1800;
+rD2=(RD*Zin)/(RD+Zin);
+AvJFET=Gm*rD2;
+disp(' ',AvBJT,"AvBJT=")//The answers vary due to round off error
+disp(' ',AvJFET,"AvJFET=")//The answers vary due to round off error
+