フィルターのクリア

Newton Raphson. How to solve it?

2 ビュー (過去 30 日間)
Rita Sciuto
Rita Sciuto 2021 年 1 月 14 日
回答済み: Walter Roberson 2021 年 1 月 14 日
Dear All, I'm trying to solve a problem with the Newton-Raphson method and I'm new in matlab. How can I calculate the Jacobian of my matrix? I mean, does Matlab hs any function to calculate it?

採用された回答

Walter Roberson
Walter Roberson 2021 年 1 月 14 日
If you are using the symbolic toolbox, then MATLAB has jacobian()
Otherwise, you need to estimate the jacobian, which you can do by calculating the gradient() with respect to each variable. You can do that by iterating through the variables, leaving all the parameters except that one fixed.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeNewton-Raphson Method についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by