summaryrefslogtreecommitdiff
path: root/2681/CH8/EX8.25/Ex8_25.sce
blob: 78fa7feb62bef7900e3f91220c271991836a8ad5 (plain)
1
2
3
4
5
6
7
8
9
10
//effective area of hertzian dipole
//given
clc
f=0.2d+9//hertz
Vo=3d+8//m/s
lemda=Vo/f
Ae=(lemda^2/(4*%pi))//metre^2//ERROR
Ae=round(Ae*1000)/1000///rounding off decimals
disp(Ae,'the effective area of a half wave dipole in metre^2')//m^2
//ERROR in the  calculation of the book as effective area includes lemda square not cube.