summaryrefslogtreecommitdiff
path: root/2414/CH15/EX15.4/Ex15_4.sce
blob: 6c7acac19b77a4659bcd2a8be4ad315f8df68536 (plain)
1
2
3
4
5
6
7
8
9
clc;
close();
clear();
//page no 504
//prob no. 15.4
d=10^5;  //m
Pt=100;  //W
Pd=Pt/(4*%pi*d^2);
mprintf('The power density is ,Pd= %.1f pW/m^2',Pd*10^12);