summaryrefslogtreecommitdiff
path: root/995/CH7/EX7.3/Ex7_3.sce
blob: cd6434554d403e9f7650c10a685b1e341dd846b2 (plain)
1
2
3
4
5
6
7
8
//Ex:7.3
clc;
clear;
close;
A=50;
b=0.1;
G=A/(1+b*A);
printf(" overall Volt gain = %f ",G);