diff options
Diffstat (limited to '3630/CH15/EX15.13/Ex15_13.sce')
-rw-r--r-- | 3630/CH15/EX15.13/Ex15_13.sce | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/3630/CH15/EX15.13/Ex15_13.sce b/3630/CH15/EX15.13/Ex15_13.sce new file mode 100644 index 000000000..19edc09fe --- /dev/null +++ b/3630/CH15/EX15.13/Ex15_13.sce @@ -0,0 +1,8 @@ +clc;
+Rf=120000;
+Rin=1500;
+AcL=(Rf/Rin)+1;
+av=1/AcL;
+AoL=150000;
+A=1+av*AoL;
+disp('Feedback factor',A,"A=");//The answers vary due to round off error
|