summaryrefslogtreecommitdiff
path: root/2534/CH11/EX11.12/Ex11_12.sce
blob: 6ee1a3e9809c6ef936c24e7382b1d63fe00d0fa3 (plain)
1
2
3
4
5
6
7
8
//Ex11_12
clc
Ai = 50//current gain
Av = 70//voltage gain
disp("Ai = "+string(Ai))
disp("Av = "+string(Av))
Ap = Ai*Av//power gain
disp("Ap = Ai*Av = "+string(Ap))