Solve a 4th degree polynomial using vector

I have this 4th degree polynomial y = 5*65.836*x^4 - 4*195.93*x^3 + 3*231.34*x^2 - 2*135.85*x + 39.902
I have multiple values of Y, exactly 92 values and I want the corresponding X for each. The Y values are in vector and I want the X answers to be in a vector.

回答 (1 件)

Sean de Wolski
Sean de Wolski 2013 年 11 月 5 日

0 投票

I would subtract through by y and use fzero to solve for x.
doc fzero

カテゴリ

ヘルプ センター および File ExchangeMathematics についてさらに検索

製品

質問済み:

2013 年 11 月 5 日

回答済み:

2013 年 11 月 5 日

Community Treasure Hunt

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

Start Hunting!

Translated by