How can I solve polynomial backward?

1 回表示 (過去 30 日間)
MOHAMED
MOHAMED 2012 年 9 月 24 日
Hi,
I have a polynomial as below:
h = a1*T + a2*T^2 + a3*T^3
I know how to solve it if T and all coefficients (a1, a2, & a3) are given.
But if h and the coefficients are given and it is required to calculate T, what is the formula that could evaluate that??
Any help will be appretiated.
M. Selim

採用された回答

Walter Roberson
Walter Roberson 2012 年 9 月 24 日
roots([a3, a2, a1, -h])

その他の回答 (0 件)

カテゴリ

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

Community Treasure Hunt

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

Start Hunting!

Translated by