diff options
Diffstat (limited to '3630/CH9/EX9.14/Ex9_14.sce')
-rw-r--r-- | 3630/CH9/EX9.14/Ex9_14.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/3630/CH9/EX9.14/Ex9_14.sce b/3630/CH9/EX9.14/Ex9_14.sce new file mode 100644 index 000000000..1a68e9c45 --- /dev/null +++ b/3630/CH9/EX9.14/Ex9_14.sce @@ -0,0 +1,10 @@ +clc;
+rc=1300; //Ohm
+re=2*22.1; //Ohm
+rE=300; //Ohm
+Av1=rc/(re+rE);
+Av2=4.04;
+DelAv=Av2-Av1;
+disp(' ',DelAv,"DelAv=");//The answers vary due to round off error
+
+
|