how to solve a polynomial equation analytically?

Answers (1)

solve('x^3-6*x^2+9*x+4')
or
roots([1 -6 9 4])

Categories

Tags

Asked:

on 1 May 2016

Edited:

on 2 May 2016

Community Treasure Hunt

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

Start Hunting!