Newton Raphson for multivariable function

8 views (last 30 days)
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?

Accepted Answer

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

More Answers (0)

Community Treasure Hunt

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

Start Hunting!