summaryrefslogtreecommitdiff
path: root/2702/CH5/EX5.5/Ex_5_5.sce
blob: 3db58b77f1c0361824921e5f0c46acc9ebaebc42 (plain)
1
2
3
4
5
6
7
8
9
10
// Exa 5.5
clc;
clear;
close;
// Given data
Av= 140;
Avf= 17.5;
// Formula Avf= Av/(1+Av*Bita)
Bita= 1/Avf-1/Av;
disp(Bita,"Fraction of the output is ")