summaryrefslogtreecommitdiff
path: root/3840/CH4/EX4.6/Ex4_6.sce
blob: 86b53ec5f1363d3e03533d45fd859140a1620ef8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
clear
//
//
//

//Variable declaration
L=4*10**-10    //length(m)
m=9.1*10**-31    //mass(kg)
e=1.6*10**-19    //charge(c)
h=6.63*10**-34   //plank constant

//Calculation
E1=h**2/(8*m*e*L**2)    //minimum energy(eV)

//Result