summaryrefslogtreecommitdiff
path: root/3515/CH5/EX5.5/Ex_5_5.sce
blob: f4cf0d3d0d387bc261b6be2c77cb666287fb058a (plain)
1
2
3
4
5
6
7
8
9
10
11
// Exa 5.5
format('v',7);
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 ")