summaryrefslogtreecommitdiff
path: root/2702/CH1/EX1.8
diff options
context:
space:
mode:
Diffstat (limited to '2702/CH1/EX1.8')
-rw-r--r--2702/CH1/EX1.8/Ex_1_8.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/2702/CH1/EX1.8/Ex_1_8.sce b/2702/CH1/EX1.8/Ex_1_8.sce
new file mode 100644
index 000000000..f77ffbf80
--- /dev/null
+++ b/2702/CH1/EX1.8/Ex_1_8.sce
@@ -0,0 +1,10 @@
+// Exa 1.8
+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 : ")