Is there any way to calculate the eigenvalues of Jacobian matrix in any non-stiff ODE solver like ode113?
11 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(1 个)
Torsten
2015-6-30
Create the Jacobian and call MATLAB's eig.
Or what's the difficulty you encounter ?
Best wishes
Torsten.
3 个评论
Torsten
2015-6-30
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
2015-6-30
Or you may use jacobiantest from
Best wishes
Torsten.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Ordinary Differential Equations 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!