diff options
Diffstat (limited to '3840/CH4/EX4.4/Ex4_4.sce')
-rw-r--r-- | 3840/CH4/EX4.4/Ex4_4.sce | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/3840/CH4/EX4.4/Ex4_4.sce b/3840/CH4/EX4.4/Ex4_4.sce new file mode 100644 index 000000000..446eb9a73 --- /dev/null +++ b/3840/CH4/EX4.4/Ex4_4.sce @@ -0,0 +1,16 @@ +clear +// +// +// + +//Variable declaration +lamda=1.66*10**-10 //wavelength(m) +m=9.1*10**-31 //mass(kg) +e=1.6*10**-19 //charge(c) +h=6.63*10**-34 //plank constant + +//Calculation +E=h**2/(2*m*e*lamda**2) //kinetic energy(eV) +v=h/(m*lamda) //velocity(m/s) + +//Result |