summaryrefslogtreecommitdiff
path: root/3515/CH1/EX1.8/Ex_1_8.sce
diff options
context:
space:
mode:
Diffstat (limited to '3515/CH1/EX1.8/Ex_1_8.sce')
-rw-r--r--3515/CH1/EX1.8/Ex_1_8.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/3515/CH1/EX1.8/Ex_1_8.sce b/3515/CH1/EX1.8/Ex_1_8.sce
new file mode 100644
index 000000000..f21271a16
--- /dev/null
+++ b/3515/CH1/EX1.8/Ex_1_8.sce
@@ -0,0 +1,11 @@
+// Exa 1.8
+format('v',7);
+clc;
+clear;
+close;
+// Given data
+R1= 1;// in Mohm
+Ri=R1;// in Mohm
+Rf=1;// in Mohm
+A_VF= -Rf/R1;
+disp(A_VF,"Voltage gain is : ")