1 2 3 4 5 6 7 8
//Ex:7.5 clc; clear; close; A=100; G=20; b=(1/G)-(1/A); printf("amount of feedback required = %f ",b);