diff options
Diffstat (limited to '3701/CH2/EX2.4/Ex2_4.sce')
-rw-r--r-- | 3701/CH2/EX2.4/Ex2_4.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/3701/CH2/EX2.4/Ex2_4.sce b/3701/CH2/EX2.4/Ex2_4.sce new file mode 100644 index 000000000..5da21c2a9 --- /dev/null +++ b/3701/CH2/EX2.4/Ex2_4.sce @@ -0,0 +1,11 @@ +////Given
+W=3.45 //ev
+h=6.63*10**-34 //Js
+c=3*10**8 //m/s
+e=1.6*10**-19
+
+//Calculation
+lembda=(h*c)/(W*e)
+
+//Result
+printf("\n Maximum wavelength of photon is %0.0f A",lembda*10**10)
|