diff options
Diffstat (limited to '3769/CH23/EX23.2/Ex23_2.sce')
-rw-r--r-- | 3769/CH23/EX23.2/Ex23_2.sce | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/3769/CH23/EX23.2/Ex23_2.sce b/3769/CH23/EX23.2/Ex23_2.sce new file mode 100644 index 000000000..3d1126ad6 --- /dev/null +++ b/3769/CH23/EX23.2/Ex23_2.sce @@ -0,0 +1,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) |