필터 지우기
필터 지우기

Newton Raphson. How to solve it?

조회 수: 2 (최근 30일)
Rita Sciuto
Rita Sciuto 2021년 1월 14일
답변: Walter Roberson 2021년 1월 14일
Dear All, I'm trying to solve a problem with the Newton-Raphson method and I'm new in matlab. How can I calculate the Jacobian of my matrix? I mean, does Matlab hs any function to calculate it?

채택된 답변

Walter Roberson
Walter Roberson 2021년 1월 14일
If you are using the symbolic toolbox, then MATLAB has jacobian()
Otherwise, you need to estimate the jacobian, which you can do by calculating the gradient() with respect to each variable. You can do that by iterating through the variables, leaving all the parameters except that one fixed.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Newton-Raphson Method에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by