summaryrefslogtreecommitdiff
path: root/3701/CH3/EX3.6/Ex3_6.sce
blob: eebeb36d78d3cf10c837941b270e754a2d9003b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
////Given
E=47.2                               // 3ev
n1=2
n2 =3

//Calculation
//
Z=sqrt(E/(13.6*((1/2.0**2)-(1/3.0**2))))

//Result
printf("\n Atomic number of the atom is  %0.0f ",Z)