diff options
Diffstat (limited to '3840/CH4/EX4.10/Ex4_10.sce')
-rw-r--r-- | 3840/CH4/EX4.10/Ex4_10.sce | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/3840/CH4/EX4.10/Ex4_10.sce b/3840/CH4/EX4.10/Ex4_10.sce new file mode 100644 index 000000000..4033579a9 --- /dev/null +++ b/3840/CH4/EX4.10/Ex4_10.sce @@ -0,0 +1,14 @@ +clear +// +// +// + +//Variable declaration +me=9.1*10**-31 //mass(kg) +h=6.63*10**-34 //plank constant +mn=1.676*10**-27 //mass(kg) + +//Calculation +lamdan=h*10**9/sqrt(4*mn*me) //de broglie wavelength(nm) + +//Result |