Need help solving nonhomogenous Sellmeier curve equations in Matlab?

  • Thread starter Thread starter hrky
  • Start date Start date
  • Tags Tags
    Curve Fit
hrky
Messages
3
Reaction score
0
I have five, very precise, experimental values of refractive index for five different wavelengths and would like to draw the Sellmeier fit of the form:

n^2=A1+A2/(1-A3/lambda^2) + A4/(1-A5/lambda^2)

So, to find A1, A2, A3, A4 and A5 parameters I need to solve the system of five equations. Those equations are nonhomogenous. I would like to use Matlab program to solve that, but I don’t know which function and which form to use…Anybody already solved this? Thanks!
 
Physics news on Phys.org
To solve numerically, you could use the multivariable Newton Raphson technique.

In Matlab, I'd guess you need the SOLVE command. Here's the online help documentation
 
Last edited:
thx!

Thanks! Sellmeier is now solved:cool:
 
Hi, I had an exam and I completely messed up a problem. Especially one part which was necessary for the rest of the problem. Basically, I have a wormhole metric: $$(ds)^2 = -(dt)^2 + (dr)^2 + (r^2 + b^2)( (d\theta)^2 + sin^2 \theta (d\phi)^2 )$$ Where ##b=1## with an orbit only in the equatorial plane. We also know from the question that the orbit must satisfy this relationship: $$\varepsilon = \frac{1}{2} (\frac{dr}{d\tau})^2 + V_{eff}(r)$$ Ultimately, I was tasked to find the initial...
The value of H equals ## 10^{3}## in natural units, According to : https://en.wikipedia.org/wiki/Natural_units, ## t \sim 10^{-21} sec = 10^{21} Hz ##, and since ## \text{GeV} \sim 10^{24} \text{Hz } ##, ## GeV \sim 10^{24} \times 10^{-21} = 10^3 ## in natural units. So is this conversion correct? Also in the above formula, can I convert H to that natural units , since it’s a constant, while keeping k in Hz ?
Back
Top