how to solve a polynomial equation analytically?
Afficher commentaires plus anciens
Find the roots of f(x)=x^3-6x^2+9x+4 analytically?
Réponses (1)
Azzi Abdelmalek
le 1 Mai 2016
Modifié(e) : Azzi Abdelmalek
le 1 Mai 2016
solve('x^3-6*x^2+9*x+4')
or
roots([1 -6 9 4])
Catégories
En savoir plus sur Polynomials dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!