Utility of Jacobian in lsqnonlin

1 visualizzazione (ultimi 30 giorni)
Clément Métayer
Clément Métayer il 1 Giu 2021
Risposto: Torsten il 1 Giu 2021
Hi,
I have a system of nonlinear equations and I solved it with lsqnonlin with and without the jacobian.
The only difference I saw is the computation time that is much smaller with the jacobian ( 5 times faster ) .
Is it the only advantage of using Jacobian ? There are no more reasons than computaion time ? Like Idk , solution isnt much stronger/less sensitive to noise etc ???
Regards

Risposta accettata

Torsten
Torsten il 1 Giu 2021
Stability of convergence is the main reason to supply an analytic Jacobian.
For computation time, it depends on the complexity of the analytical derivatives whether numerical or analytical Jacobian is more time-intensive. It may be the case that supplying an analytical Jabobian makes the computation slower than using the numerical alternative.

Più risposte (0)

Categorie

Scopri di più su Numerical Integration and Differential Equations in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by