diff options
Diffstat (limited to '3630/CH9/EX9.3/Ex9_3.sce')
-rw-r--r-- | 3630/CH9/EX9.3/Ex9_3.sce | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/3630/CH9/EX9.3/Ex9_3.sce b/3630/CH9/EX9.3/Ex9_3.sce new file mode 100644 index 000000000..8aa0fa7c1 --- /dev/null +++ b/3630/CH9/EX9.3/Ex9_3.sce @@ -0,0 +1,6 @@ +clc;
+Vout=12; //Volt
+Vin=0.06; //Volt
+Av=Vout/Vin;
+disp('',Av,"Av=");//The answers vary due to round off error
+
|