I have absorbance, reflectance% and transmittance% data. How to calculate refractive index from this.
I tried with R = [(n - 1)^2 + K^2 ] / [(n + 1)^2 + K^2] where K is extinction coefficient.
Calculation was done by numerical method. It shows large deviation from reported value.
Kindly suggest how to proceed.