summaryrefslogtreecommitdiff
path: root/3701/CH2/EX2.17/Ex2_17.sce
diff options
context:
space:
mode:
Diffstat (limited to '3701/CH2/EX2.17/Ex2_17.sce')
-rw-r--r--3701/CH2/EX2.17/Ex2_17.sce16
1 files changed, 16 insertions, 0 deletions
diff --git a/3701/CH2/EX2.17/Ex2_17.sce b/3701/CH2/EX2.17/Ex2_17.sce
new file mode 100644
index 000000000..51aa288c9
--- /dev/null
+++ b/3701/CH2/EX2.17/Ex2_17.sce
@@ -0,0 +1,16 @@
+////Given
+E=4*10**3*1.6*10**-19
+m0=9.1*10**-31
+b=6.4*10**-16
+d=102.39*10**-16
+h=6.3*10**-34
+c=3*10**8
+
+//Calculation
+//
+p=sqrt(2*m0*E)
+d=b+d
+lembda=(2*h*c)/d
+
+//Result
+printf("\n Wavelength of incident photon is %0.2f A",lembda*10**10)