Roots function is solving eigth order polynomial equation as fifth order.
Afficher commentaires plus anciens
I have an equation : 

Using coeffs(), i get their coefficients, flip them left to right and then use roots() function to get its zeroes.
But, when
, coeffs() function gives coeffs of non-zero terms only,
, coeffs() function gives coeffs of non-zero terms only, that is, for fliplr(coeffs(fn)) = [a,c,e,g,i]
So, when I put this coeffs() solution in roots(), it considers it as fifth order polynomial.
How can I get around this problem?
2 commentaires
David Wilson
le 14 Sep 2019
Have you looked at coeffsort in the user's group?
Samridh Sharma
le 14 Sep 2019
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Numerical Integration and Differential Equations 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!