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