summaryrefslogtreecommitdiff
path: root/2702/CH1/EX1.4/Ex_1_4.sce
diff options
context:
space:
mode:
Diffstat (limited to '2702/CH1/EX1.4/Ex_1_4.sce')
-rw-r--r--2702/CH1/EX1.4/Ex_1_4.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/2702/CH1/EX1.4/Ex_1_4.sce b/2702/CH1/EX1.4/Ex_1_4.sce
new file mode 100644
index 000000000..e958f1f35
--- /dev/null
+++ b/2702/CH1/EX1.4/Ex_1_4.sce
@@ -0,0 +1,10 @@
+// Exa 1.4
+clc;
+clear;
+close;
+// Given data
+R1= 100;// in kohm
+R2= 500;// in kohm
+V1= 2;// in volt
+Vo= (1+R2/R1)*V1;// in volt
+disp(Vo,"Output voltage for noninverting amplifier in volt")