clc // // // //Variable declaration E0=8.86*10**-12 mu0=4*3.14*10**-7 H=1 //Calculations E=H*(sqrt(mu0/E0)) //Result printf("\n The Magnitude of E for a plane wave in free space is %3.1f ",E)