roots of quintic equation using Matlab

How to find all the roots for (ax^5)+(bx^4)+(cx^3)+(dx^2)+ex+f=0 using Matlab??

 Réponse acceptée

Walter Roberson
Walter Roberson le 20 Nov 2013
You can only get numeric roots of quintics, except in special cases.
roots([a, b, c, d, e, f])

Plus de réponses (1)

Catégories

En savoir plus sur MATLAB dans Centre d'aide et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by