diff options
Diffstat (limited to '3701/CH2/EX2.9/Ex2_9.sce')
-rw-r--r-- | 3701/CH2/EX2.9/Ex2_9.sce | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/3701/CH2/EX2.9/Ex2_9.sce b/3701/CH2/EX2.9/Ex2_9.sce new file mode 100644 index 000000000..acf3fdad5 --- /dev/null +++ b/3701/CH2/EX2.9/Ex2_9.sce @@ -0,0 +1,12 @@ +////Given
+lembda=6.2*10**-6
+W=0.1 //ev
+h=6.6*10**-34 //Js
+c=3*10**8 //m/s
+e=1.6*10**-19
+
+//Calculation
+E=((h*c)/(lembda*e))-W
+
+//Result
+printf("\n Maximum kinetic energy of photoelectron %0.1f ev",E)
|