summaryrefslogtreecommitdiff
path: root/275/CH6/EX6.6.56/Ch6_6_56.sce
blob: 895e1b195cf0e3919d34af1bc55c79739c14d4a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
clc
disp("Example 6.56")
printf("\n")
printf("Given")
disp("open loop gain is 100")
disp("Gain Bandwidth Product is 1MHz")
Af=100
GBW=10^6
ReqBandwidth=GBW/Af
RfbyR1=Af-1
printf("the ratio of resistance is=%f",RfbyR1)