summaryrefslogtreecommitdiff
path: root/1172/CH2/EX2.3/Example2_3.sce
blob: 0309c1d9c1cdd39c852dff5bacae830fb4061028 (plain)
1
2
3
4
5
6
7
8
9
10
clc
// Given That
I = 2.4 // intensity of radiation in Watt per meter square
epsilon_0 = 8.85e-12
c = 3e8
//Sample Problem 3 Page No. 80
printf("\n # Problem 3 # \n ")
E = sqrt ((2* I)/ (c * epsilon_0)) // calculation of amplitude of electric field is
printf("Amplitude of electric field is %f N/C \n", E)