Why do I recieve an "error using ==>eig NaN or Inf prevents convergence" error when using the ROOTS function?
Ältere Kommentare anzeigen
I am using the ROOTS function to find the roots of a 6th degree polynomial. When ROOTS is called, I receive the following error message:
??? Error using ==> eig
NaN or Inf prevents convergence.
Error in ==> roots at 42
r = [r;eig(a)];
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Polynomials finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!