summaryrefslogtreecommitdiff
path: root/2459/CH20/EX20.11/Ex20_11.sce
diff options
context:
space:
mode:
Diffstat (limited to '2459/CH20/EX20.11/Ex20_11.sce')
-rw-r--r--2459/CH20/EX20.11/Ex20_11.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/2459/CH20/EX20.11/Ex20_11.sce b/2459/CH20/EX20.11/Ex20_11.sce
new file mode 100644
index 000000000..b1b99296d
--- /dev/null
+++ b/2459/CH20/EX20.11/Ex20_11.sce
@@ -0,0 +1,11 @@
+//chapter20
+//example20.11
+//page445
+
+R2=10 // kilo ohm
+R1=30 // kilo ohm
+
+m=R2/(R1+R2)
+A_CL=1/m
+
+printf("closed loop voltage gain = %.3f \n",A_CL)