how to solve a polynomial equation analytically?
Mostrar comentarios más antiguos
Find the roots of f(x)=x^3-6x^2+9x+4 analytically?
Respuestas (1)
Azzi Abdelmalek
el 1 de Mayo de 2016
Editada: Azzi Abdelmalek
el 1 de Mayo de 2016
solve('x^3-6*x^2+9*x+4')
or
roots([1 -6 9 4])
Categorías
Más información sobre Polynomials 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!