Extract Jacobian from ODE-Solver for each timestep
10 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Antworten (0)
Siehe auch
Kategorien
Mehr zu Ordinary Differential Equations finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!