summaryrefslogtreecommitdiff
path: root/3769/CH23/EX23.17/Ex23_17.sce
diff options
context:
space:
mode:
Diffstat (limited to '3769/CH23/EX23.17/Ex23_17.sce')
-rw-r--r--3769/CH23/EX23.17/Ex23_17.sce12
1 files changed, 12 insertions, 0 deletions
diff --git a/3769/CH23/EX23.17/Ex23_17.sce b/3769/CH23/EX23.17/Ex23_17.sce
new file mode 100644
index 000000000..60c898995
--- /dev/null
+++ b/3769/CH23/EX23.17/Ex23_17.sce
@@ -0,0 +1,12 @@
+clear
+//Given
+E=500*1.6*10**-19
+mp=1.67*10**-27
+h=6.62*10**-34
+
+//Calculation
+//
+l=h/(sqrt(2*mp*E))
+
+//Result
+printf("\n De-Broglie wavelength is %0.2f *10**-12 m",l*10**12)