Clear Filters
Clear Filters

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

2 views (last 30 days)
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
Torsten
Torsten on 13 Feb 2023
Edited: Torsten on 13 Feb 2023
Eigenvalues of the Jacobian of the system in the final point ?
Approximate the Jacobian and use "eig".

Sign in to comment.

Answers (0)

Community Treasure Hunt

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

Start Hunting!