Newton Raphson for multivariable function

I want to use Newton Raphson to find out solution of the following equation. And each x and q are also vector of length 3. And the term second term of each element for eg. is dependent on the first term of previous element i.e . Can someone please help?

 採用された回答

Matt J
Matt J 2021 年 7 月 2 日

0 投票

There is no built-in implementation of Newton-Raphson in Matlab, but fsolve() is pretty similar, so you could use that.

その他の回答 (0 件)

質問済み:

2021 年 7 月 2 日

回答済み:

2021 年 7 月 2 日

Community Treasure Hunt

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

Start Hunting!

Translated by