summaryrefslogtreecommitdiff
path: root/3769/CH23/EX23.2/Ex23_2.sce
blob: 3d1126ad6032083aa0745cac8b23f2e42271fedc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
clear
//Given
E=75*1.6*10**-19                           //J
h=6.62*10**-34                             //J s
c=3*10**8                                           //m/s


//Calculation
f=E/h
l=(12400/E)*1.6*10**-19
f=c/(l*10**10)

//Result
printf("\n Frequency of the photon is %0.0f *10**15 Hz",f*10**5)