summaryrefslogtreecommitdiff
path: root/2579/CH4/EX4.10/Ex4_10.txt
blob: e2e4ef80c7db7a61c2a81462c29675f3936eb8cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
//Ex:4.10
clc;
clear;
close;
N=10;// number of turns
A=1;// area in m^2
f=1*10^6;// frequency in Hz
V=100*10^-6;// in volt
x=1;// the value of cos(Angle)
u=4*%pi*10^-7;
H=(sqrt(2)*V)/(2*%pi*f*u*A*N);// peak value of the magnetic field intensity H 
printf("The peak value of the magnetic field intensity H  = %f uA/m", H*10^6);