diff options
Diffstat (limited to '3701/CH4/EX4.6/Ex4_6.sce')
-rw-r--r-- | 3701/CH4/EX4.6/Ex4_6.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/3701/CH4/EX4.6/Ex4_6.sce b/3701/CH4/EX4.6/Ex4_6.sce new file mode 100644 index 000000000..f03212a57 --- /dev/null +++ b/3701/CH4/EX4.6/Ex4_6.sce @@ -0,0 +1,11 @@ +////Given
+m=10*10**-3 //mass of a ball in kg
+v=1 //Speed in m/s
+h=6.63*10**-34 //Js
+
+//Calculation
+V=h/(m*v) //Wavelength
+
+//Result
+printf("\n de broglie wavelength is %e m",V)
+printf("\n This wavelength is negligible compared to the dimensions of the ball. therefore its effect can not be observed.")
|