diff options
Diffstat (limited to '3630/CH9/EX9.8/Ex9_8.sce')
-rw-r--r-- | 3630/CH9/EX9.8/Ex9_8.sce | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/3630/CH9/EX9.8/Ex9_8.sce b/3630/CH9/EX9.8/Ex9_8.sce new file mode 100644 index 000000000..6e823acbf --- /dev/null +++ b/3630/CH9/EX9.8/Ex9_8.sce @@ -0,0 +1,6 @@ +clc;
+Rc=3000; //Ohm
+re=25 //Ohm
+Av=Rc/re;
+disp('',Av,"Av=");//The answers vary due to round off error
+
|