summaryrefslogtreecommitdiff
path: root/569/CH6/EX6.6/6_6.sci
diff options
context:
space:
mode:
Diffstat (limited to '569/CH6/EX6.6/6_6.sci')
-rwxr-xr-x569/CH6/EX6.6/6_6.sci9
1 files changed, 9 insertions, 0 deletions
diff --git a/569/CH6/EX6.6/6_6.sci b/569/CH6/EX6.6/6_6.sci
new file mode 100755
index 000000000..d57f9d72b
--- /dev/null
+++ b/569/CH6/EX6.6/6_6.sci
@@ -0,0 +1,9 @@
+// calculating output voltage due to offset voltage
+clc;
+V1=1;
+V2=-2;
+Rf=500;
+R1=250;
+R2=100;
+Vo=-{[(Rf/R1)*V1]+[(Rf/R2)*V2]};
+disp(Vo,'output voltage(V)=') \ No newline at end of file