How to find Eigen values of nonlinear DAE which is solved by ode15s?

I solved my nonlinear DAE by ode15s. Now, I want to find eigen values of this system. How do I find it? Please help.

1 Comment

Eigenvalues of the Jacobian of the system in the final point ?
Approximate the Jacobian and use "eig".

Sign in to comment.

Answers (0)

Asked:

on 13 Feb 2023

Edited:

on 13 Feb 2023

Community Treasure Hunt

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

Start Hunting!