summaryrefslogtreecommitdiff
path: root/3630/CH8/EX8.1/Ex8_1.sce
diff options
context:
space:
mode:
Diffstat (limited to '3630/CH8/EX8.1/Ex8_1.sce')
-rw-r--r--3630/CH8/EX8.1/Ex8_1.sce6
1 files changed, 6 insertions, 0 deletions
diff --git a/3630/CH8/EX8.1/Ex8_1.sce b/3630/CH8/EX8.1/Ex8_1.sce
new file mode 100644
index 000000000..fb41eced8
--- /dev/null
+++ b/3630/CH8/EX8.1/Ex8_1.sce
@@ -0,0 +1,6 @@
+clc;
+Vout=0.25; //volt
+Vin=0.0004; //volt
+Av=Vout/Vin; //Voltagegain
+disp(' ',Av,"Av=");//The answers vary due to round off error
+