Compute the roots of a general nth-degree polynomial
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Jiapeng
el 8 de Dic. de 2022
Respondida: Sam Chak
el 8 de Dic. de 2022
A = [ ];
a = compan(A);
e = eig(a);
I am trying to find the roots of a general polynomial of degree n using the eigenvalues of the companion matrix. What statement should I use next?
1 comentario
Walter Roberson
el 8 de Dic. de 2022
If you are trying to find numeric roots then why not use roots()?
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre Polynomials en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!