Find the Polynomial form of the denominator

2 visualizaciones (últimos 30 días)
John Doe
John Doe el 27 de Nov. de 2021
Respondida: Walter Roberson el 27 de Nov. de 2021
Find the polynomial form of the denominator
Isn't the given denominator already on its polynomial form? If so how can I code it, because what I've came up with is this:
r = [4 0 -2 0 3]
r = 1×5
4 0 -2 0 3
p = poly(r)
p = 1×6
1 -5 -2 24 0 0
But I don't know if that is correct.

Respuesta aceptada

Walter Roberson
Walter Roberson el 27 de Nov. de 2021
r = [4 0 -2 0 3]
r = 1×5
4 0 -2 0 3
poly2sym(r)
ans = 

Más respuestas (0)

Categorías

Más información sobre Polynomials en Help Center y File Exchange.

Productos


Versión

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by