Newton Raphson. How to solve it?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Rita Sciuto
am 14 Jan. 2021
Beantwortet: Walter Roberson
am 14 Jan. 2021
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?
0 Kommentare
Akzeptierte Antwort
Walter Roberson
am 14 Jan. 2021
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 Kommentare
Weitere Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!