//Ex:1.42
clc;
clear;
close;
// 100*(1/r^2)=w/(r*c)
// 100/r=(2*%pi*f/c)
// r=(1/(2*%pi))*100
r=(1/(2*%pi))*100;// distance in terms of y(wavelength)
printf("The distance when component of M-field three times the induction field = %f*y", r);