summaryrefslogtreecommitdiff
path: root/1511/CH4/EX4.11/ex4_11.sce
blob: 5c552a63822c2685eeb1e9712d90a86f553f72dd (plain)
1
2
3
4
5
6
7
8
9
10
11
// Example 4.11 page no-211
clear
clc

alfa = 0.96
B=alfa/(1-alfa)
x=80
Rl=75000  //ohm
Av=B*Rl/x
Ap=Av*B
printf("power gain = %.0f",Ap)