summaryrefslogtreecommitdiff
path: root/3701/CH2/EX2.3/Ex2_3.sce
diff options
context:
space:
mode:
Diffstat (limited to '3701/CH2/EX2.3/Ex2_3.sce')
-rw-r--r--3701/CH2/EX2.3/Ex2_3.sce12
1 files changed, 12 insertions, 0 deletions
diff --git a/3701/CH2/EX2.3/Ex2_3.sce b/3701/CH2/EX2.3/Ex2_3.sce
new file mode 100644
index 000000000..541a101a1
--- /dev/null
+++ b/3701/CH2/EX2.3/Ex2_3.sce
@@ -0,0 +1,12 @@
+////Given
+a=3.2 //ev
+energy=3.8 //ev
+e=1.6*10**-19
+
+//Calculation
+c=energy-a
+Energy=c*e
+
+//Result
+printf("\n Kinetic energy of the photoelectron is given by %e Joule",Energy)
+