Consider a system with 2 states, M and L, with the following ODEs:
dM/dt = 1 +L^2 -0.01M
dL/dt = -1 +M^2 -0.01L
It is certainly a dissipative system. I know if we use complex variables for M and L, we will have in fact 4 equations (and so we can expect many different answers):
dMr/dt = 1 +Lr^2-Li^2 -0.01Mr
dMi/dt = 2LrLi -0.01Mi
dLr/dt = -1 +Mr^2-Mi^2 -0.01Lr
dLi/dt = 2MrMi -0.01Li
In which Mr is the real part of M, Mi is the imaginary part of M and so on. Can anybody please simulate the above system and tell me what kind of answer it has? With my simulations, that system is sensitive to initial conditions and has some strange trajectories I cannot understand (see the figures in the attachment of my first answer, note that the initial condition for the right picture is [1 1 1 1]).
Another question: using 2D equations with complex variables, can we have chaos? In the first glance I said yes myself (because of having 4D). However I couldn’t find any!