I have an 8D nonlinear ODE system and I would like to find all the fixed points(that is, dy/dt=0). Since the dimension is high, it is not pratical to plot the nullclines and observe the fixed points. If I use MATLAB to solve the equations, it seems that MATLAB can only help me find the fixed points near the initial value given by me. Then I need to adjust the initial value to find all the possible fixed points. Due to the high dimension, it seems arduous to use things like for-loop to confirm that all initial values have been tested. And due to the nonlinearity and the high dimension, it is hard for me to find the fixed points analytically.

Are there clever approches to find all the fixed points? Thanks!

Similar questions and discussions