summaryrefslogtreecommitdiff
path: root/3630/CH11/EX11.9/Ex11_9.sce
blob: 78a9ec39d36d11b249cebf0ae8c19c2b9522afb6 (plain)
1
2
3
4
5
6
7
clc;
Vcc=12; //volt
PP=Vcc; //volt
RL=8; //ohm
PLmax=PP^2/(8*RL); //watt
disp('W',PLmax,"PLmax=");//The answers vary due to round off error