Methods used inside "roots" and "solve" functions to solve polynomial equations.
5 views (last 30 days)
Show older comments
I am wondering to know which mathematical methods is used inside the Matlab "roots" and "solve" functions to solve for polynomial equations. I read their descriptions and there are no references to methods or papers used to build these functions.
0 Comments
Answers (1)
Torsten
on 17 Jan 2023
Edited: Torsten
on 17 Jan 2023
For numerial computation of polynomial roots, see
For symbolic computation of polynomial roots, see the analytical formula for polynomials up to degree 4.
In short: numerically, the roots of a polynomial are computed as the eigenvalues of the companion matrix.
4 Comments
See Also
Categories
Find more on Symbolic Math Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

