summaryrefslogtreecommitdiff
path: root/1652/CH4/EX4.4/4_4.sce
blob: 85223bc324e7013d8c23d50bc0482a328c014749 (plain)
1
2
3
4
5
6
7
8
9
10
clc
//initialization of variables
l1=2886 //cm^-1
l2=5668 //cm^-1
//calculations
wave=2*l1-l2 
wave2= wave+l1
x=wave/(2*wave2)
//results
printf("anharmonicity constant = %.4f ",x)