Is there any way to calculate the eigenvalues of Jacobian matrix in any non-stiff ODE solver like ode113?
11 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Hi everybody,
Is there any way to calculate the eigenvalues of Jacobian matrix in any non-stiff ODE solver like ode113?
many thanks in advance.
0 Commenti
Risposte (1)
Torsten
il 30 Giu 2015
Create the Jacobian and call MATLAB's eig.
Or what's the difficulty you encounter ?
Best wishes
Torsten.
3 Commenti
Torsten
il 30 Giu 2015
Usually the Jacobian varies with time. When do you want to form it and compute the eigenvalues ? Once at the start and at the end of the simulation ?
In any case: You will have to write your own code to calculate the Jacobian.
Best wishes
Torsten.
Torsten
il 30 Giu 2015
Or you may use jacobiantest from
Best wishes
Torsten.
Vedere anche
Categorie
Scopri di più su Ordinary 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!