Extract Jacobian from ODE-Solver for each timestep

1 次查看(过去 30 天)
I have a system of ODE'S:
dy(t)/dt=f(y(t)) - y and f are vectors (14,1)
When I solve this (stiff) system via one of the solvers, for instance ode15s I get a solution vector Y(nx14) corresponding to a time vector T(nx1).
Now I know that the solver calculates the Jacobian of f(y(t)) during each step to see whether the tolerances have been met.
My question is: Is it possible to extract this Jacobian calculated by numjac as additional data for each time step while the solver is running?
If not can I somehow get the Jacobian later on?

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Ordinary Differential Equations 的更多信息

产品

Community Treasure Hunt

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

Start Hunting!

Translated by