how to solve a polynomial equation analytically?
Show older comments
Find the roots of f(x)=x^3-6x^2+9x+4 analytically?
Answers (1)
Azzi Abdelmalek
on 1 May 2016
Edited: Azzi Abdelmalek
on 1 May 2016
solve('x^3-6*x^2+9*x+4')
or
roots([1 -6 9 4])
Categories
Find more on Polynomials 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!