summaryrefslogtreecommitdiff
path: root/1658/CH27/EX27.1/Ex27_1.sce
blob: 6c27198ffbc488a63d05fc36e6671bac8012eb9d (plain)
1
2
3
4
5
6
clc;
//e.g 27.1
AV=400;
beta=0.1;
AV1=AV/(1+beta*AV);
disp(AV1);