Utility of Jacobian in lsqnonlin

1 次查看(过去 30 天)
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

采纳的回答

Torsten
Torsten 2021-6-1
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.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Numerical Integration and Differential Equations 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by