Find the Polynomial form of the denominator

1 回表示 (過去 30 日間)
John Doe
John Doe 2021 年 11 月 27 日
回答済み: Walter Roberson 2021 年 11 月 27 日
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.

採用された回答

Walter Roberson
Walter Roberson 2021 年 11 月 27 日
r = [4 0 -2 0 3]
r = 1×5
4 0 -2 0 3
poly2sym(r)
ans = 

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangePolynomials についてさらに検索

製品


リリース

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by