Fsolve vs Newton-Raphson method

Hi everyone,
I am trying to solve a nonlinear equations system. I wonder which method would provide a more accurate result, Fsolve (trust region) or Newton-Raphson Method? I am not really good at maths, sorry if it is a stupid question.

1 Comment

Hi,
Probably you can refer to the 'Limitations' section of this MATLAB Documentation link and take a call based on the type of problem you are trying to solve.

Sign in to comment.

Answers (1)

Charles
Charles on 11 Sep 2018
Anyone :( ?

1 Comment

The "best" numerical method is strongly dependent on the problem you want to solve. So experiment a bit: try both methods and see which one is more suited for your application. If accuracy is the most critial factor, you can easily check it by looking at the residuals of the equations for the solution vector.

Sign in to comment.

Asked:

on 5 Sep 2018

Commented:

on 14 Sep 2018

Community Treasure Hunt

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

Start Hunting!