soving polynomial equation with negative powers

 Respuesta aceptada

Walter Roberson
Walter Roberson el 4 de Jul. de 2013
If the last term is Z * x^(-P), then multiply the equation by x^P, transforming it into
a*x^(P-1) + b*x^(P-2) + c*x^(P-3) + .... Z = 0
then you can use roots()
If you think about this for a second, you can see that you can skip the roots() step if your coefficients are arranged in the right order.

Más respuestas (1)

Categorías

Más información sobre Polynomials en Centro de ayuda y File Exchange.

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by