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 Commento

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.

Accedi per commentare.

Risposte (1)

Charles
Charles il 11 Set 2018

0 voti

Anyone :( ?

1 Commento

Torsten
Torsten il 14 Set 2018
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.

Accedi per commentare.

Richiesto:

il 5 Set 2018

Commentato:

il 14 Set 2018

Community Treasure Hunt

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

Start Hunting!

Translated by