summaryrefslogtreecommitdiff
path: root/3401/CH2/EX2.2/Ex2_2.sce
diff options
context:
space:
mode:
Diffstat (limited to '3401/CH2/EX2.2/Ex2_2.sce')
-rwxr-xr-x3401/CH2/EX2.2/Ex2_2.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/3401/CH2/EX2.2/Ex2_2.sce b/3401/CH2/EX2.2/Ex2_2.sce
new file mode 100755
index 000000000..f84fd017f
--- /dev/null
+++ b/3401/CH2/EX2.2/Ex2_2.sce
@@ -0,0 +1,10 @@
+clc
+
+m=9.11*10^-31// kg*m/s
+v=10^5//m/s
+h=6.625*10^-34//js
+
+p=m*v
+disp(p,"momentum is")
+lambda=h/p
+disp(lambda,"de broglie wavelength in meter is")