how to solve a polynomial equation analytically?

Respuestas (1)

Azzi Abdelmalek
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.

Etiquetas

Preguntada:

el 1 de Mayo de 2016

Editada:

el 2 de Mayo de 2016

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by