summaryrefslogtreecommitdiff
path: root/2863/CH2/EX2.42/ex2_42.sce
blob: 3c51a2f8fcee7ad5e8e3508a93e619e4d6ae241d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
//chapter 2
//may june 2008
printf("\n");
Pt=15
Aet=2.5;
Aer=0.5;
d=15*10^3;
f=5*10^9;
c=3*10^8;
lamda=c/f;
Pr=(Pt*Aet*Aer)/((d)^2*(lamda)^2);
printf("the radiated power is %gW",Pr);