summaryrefslogtreecommitdiff
path: root/3669/CH4/EX4.4/4.sce
blob: 10b9d85f8792115ee39f4af4c9f89433739e5936 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

//Variable declaration
n=1;
e=1.6*10**-19;  
m=9.1*10**-31;    //mass(kg)
h=6.63*10**-34;    //planck's constant
L=4*10**-10;       //width(m)

//Calculation
E1=n**2*h**2/(8*m*e*L**2);      //energy value in g state(eV)

//Result
printf('minimum energy is %0.3f eV   \n',(E1))