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

Astha Singh
Astha Singh 2018년 9월 14일
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.

댓글을 달려면 로그인하십시오.

답변 (1개)

Charles
Charles 2018년 9월 11일

0 개 추천

Anyone :( ?

댓글 수: 1

Torsten
Torsten 2018년 9월 14일
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.

댓글을 달려면 로그인하십시오.

질문:

2018년 9월 5일

댓글:

2018년 9월 14일

Community Treasure Hunt

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

Start Hunting!

Translated by