summaryrefslogtreecommitdiff
path: root/3637/CH2/EX2.6/Ex2_6.sce
diff options
context:
space:
mode:
Diffstat (limited to '3637/CH2/EX2.6/Ex2_6.sce')
-rw-r--r--3637/CH2/EX2.6/Ex2_6.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/3637/CH2/EX2.6/Ex2_6.sce b/3637/CH2/EX2.6/Ex2_6.sce
new file mode 100644
index 000000000..f1cb63521
--- /dev/null
+++ b/3637/CH2/EX2.6/Ex2_6.sce
@@ -0,0 +1,11 @@
+//problem 6 pagenumber 2.90
+//given
+format(6);
+r1=2e3;//ohm
+rf1=8e3;//ohm
+A=45;//open loop gain
+a=1+(rf1/r1);//Nonverting gain
+gain=A/(1+A/a);
+disp( 'Gain = '+string(gain));//no unit
+
+