summaryrefslogtreecommitdiff
path: root/2579/CH1/EX1.23/Ex1_23.txt
blob: 22b8a8ebdfe66ad0901acb1f75a96020059bff78 (plain)
1
2
3
4
5
6
7
8
//Ex:1.23
clc;
clear;
close;
W=1*10^3;// power in Watts
r=10^3;// in m
Erms=(sqrt(30*W))/r;// field strength in mV/m
printf("The field strength = %f mV/m", Erms*1000);