hukenovs / chaospy

Chaotic attractors with python (Lorenz, Rossler, Rikitake etc.)
GNU General Public License v3.0
93 stars 20 forks source link

Wrong equations for Rossler attractor #1

Closed ShrirajHegde closed 3 years ago

ShrirajHegde commented 3 years ago

Wrong equations for Rossler attractor

hukenovs commented 3 years ago

Equations are ok.

See: https://en.wikipedia.org/wiki/R%C3%B6ssler_attractor

dx/dt = -(y + z)
dy/dt = x + a * y
dz/dt = b + z * (x - c)
ShrirajHegde commented 3 years ago

sorry, I meant in README

hukenovs commented 3 years ago

You are right. Thanks. I've fixed them.