summaryrefslogtreecommitdiff
path: root/995/CH7/EX7.5/Ex7_5.sce
blob: 4882e327d1719e3e7a6a016fc6e53f4a3a816d61 (plain)
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);