. The roots of that give you the critical points; call those Cubic Fit to minimize a polynomial
3 ビュー (過去 30 日間)
古いコメントを表示
hi,
using "cubic fit" calculate : min x^4 + 2*x + 4
i need some guidance how to code this?
i have searched and found this formulation for cubic fit
0 件のコメント
採用された回答
Walter Roberson
2020 年 8 月 12 日
Use calculus. To find min(f(x)) then solve
. The roots of that give you the critical points; call those
for the moment. Then, examine
. Positive values indicate that the corresponding
was a minima.
. The roots of that give you the critical points; call those For a degree 4 polynomial, the derivative is degree 3, and there are closed form solutions for the roots of a polynomial of degree 3. Therefore you can calculate the exact critical points, and test them.
You will only find one real-valued root. You might assume that it must be the minima, but in the general case, it will not be a safe assumption.
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Calculus についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!