summaryrefslogtreecommitdiff
path: root/3701/CH3/EX3.8/Ex3_8.sce
blob: 12127a6440d54180b707732775d158bfdcac28d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
////Given
Z=3.0
n=3                                          //for Li++
Z1=1.0
n1=1                                         //for hydrogen

//Calculation
r=(n**2/Z)/(n1**2/Z1)

//Result
printf("\n orbital ratio of two states  %0.3f ",r)