summaryrefslogtreecommitdiff
path: root/2528/CH4/EX4.3/Ex4_3.sce
diff options
context:
space:
mode:
Diffstat (limited to '2528/CH4/EX4.3/Ex4_3.sce')
-rwxr-xr-x2528/CH4/EX4.3/Ex4_3.sce12
1 files changed, 12 insertions, 0 deletions
diff --git a/2528/CH4/EX4.3/Ex4_3.sce b/2528/CH4/EX4.3/Ex4_3.sce
new file mode 100755
index 000000000..bff3a15fa
--- /dev/null
+++ b/2528/CH4/EX4.3/Ex4_3.sce
@@ -0,0 +1,12 @@
+
+clc;
+clear;
+close;
+//pagec no 99
+//figure 4.4
+Av=1;
+//Av=1+(Rf/Ri)
+//Rf/Ri=Av-1=0
+disp("Rf/Ri=0 ");
+disp("Rf is replaced by short circuiting wire and Ri can have any theoretical value")
+disp("When Ri is infinite it can be deleted from circuit");