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
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
2018년 9월 11일
0 개 추천
댓글 수: 1
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.
카테고리
도움말 센터 및 File Exchange에서 Newton-Raphson Method에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!