summaryrefslogtreecommitdiff
path: root/1409/CH2/EX2.11/2_11.sce
blob: 9e034b36929d7bd933fd682f4cbc87c399669c8d (plain)
1
2
3
4
5
6
7
8
clc;
//page no:2-26
//Example-2.11
//Given radiated power is 50kW
Pc=50;
u=0.85;
ptotal=Pc*(1+(u^2/2));
disp(+'kW',ptotal,'Radiated power is ');