summaryrefslogtreecommitdiff
path: root/3651/CH3/EX3.12/12.sce
blob: 8243cc2479dd391e4516e548da437f456fe64604 (plain)
1
2
3
4
5
6
7
8
9
10
//Variable declaration
m=1.67*10**-27
a=10**-14
h=1.054*10**-34

//Calculations
E1=(1*%pi*h)**2/(2*m*a**2)

//Result
printf('E1 =%0.3f *10**-13 J  \n ',(E1*10**13))