diff options
Diffstat (limited to '3630/CH12/EX12.13/Ex12_13.sce')
-rw-r--r-- | 3630/CH12/EX12.13/Ex12_13.sce | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/3630/CH12/EX12.13/Ex12_13.sce b/3630/CH12/EX12.13/Ex12_13.sce new file mode 100644 index 000000000..2be84c28d --- /dev/null +++ b/3630/CH12/EX12.13/Ex12_13.sce @@ -0,0 +1,12 @@ +clc;
+rD=7580;
+rS=2200;
+Gm1=1/444;
+Gm2=1/1000;
+Avmax=rD/(rS+(1/Gm1));
+Avmin=rD/(rS+(1/Gm2));
+disp(' ',Avmax,"Avmax=")//The answers vary due to round off error
+disp(' ',Avmin,"Avmin=")//The answers vary due to round off error
+
+
+
|