summaryrefslogtreecommitdiff
path: root/1658/CH27/EX27.13/Ex27_13.sce
blob: 476b71e75379281f750b7bb7045b1670dc16b8a8 (plain)
1
2
3
4
5
6
7
8
9
clc;
//e.g 27.13
AV=100;
RDN=0.8;
//0.8=1-(1/(1+beta*AV));
beta=((1/0.2)-1)/100;
disp(beta);
AV1=AV/(1+beta*AV);
disp(AV1);