solving complex equation in matlab
Mostrar comentarios más antiguos
I was just wondering how to solve an equation in attachment for 'n' which involves real and imaginary part.
Thanks
Respuestas (2)
Roger Stafford
el 5 de Oct. de 2013
n = 1/k0/d*atan2(sqrt(1-X^2),X)
and
n = 1/k0/d*atan2(-sqrt(1-X^2),X)
All other solutions differ from these by integral multiples of 2*pi/k0/d.
Walter Roberson
el 5 de Oct. de 2013
Use a small bit of algebra. Take the ln of both sides and rearrange terms.
n = -i * ln(X +/- i*sqrt(1-X^2)) / (K0 * d)
Categorías
Más información sobre Programming en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!