summaryrefslogtreecommitdiff
path: root/995/CH7/EX7.5/Ex7_5.sce
diff options
context:
space:
mode:
Diffstat (limited to '995/CH7/EX7.5/Ex7_5.sce')
-rwxr-xr-x995/CH7/EX7.5/Ex7_5.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/995/CH7/EX7.5/Ex7_5.sce b/995/CH7/EX7.5/Ex7_5.sce
new file mode 100755
index 000000000..4882e327d
--- /dev/null
+++ b/995/CH7/EX7.5/Ex7_5.sce
@@ -0,0 +1,8 @@
+//Ex:7.5
+clc;
+clear;
+close;
+A=100;
+G=20;
+b=(1/G)-(1/A);
+printf("amount of feedback required = %f ",b);