dudes, I need some math help, I’m trying to build a Lorenz attractor in Processing, and I’ve run into some basic equation trouble :-/ I admit it’s been years since I did any of this, and I can’t remember a thing
I know there’s a handful good mathheads here
here the equations for all 3 points:
x = x + ad(y - x)
y = y + d(bx - y - zx)
z = z + d(xy - cz)
my problems lie within the parantheses’, I forgot how to multiply into a parantheses :-/
the values for a, b, c and d(T) are:
a = 28, b = 8/3, c = 10 and d(T) = +0.02
can anyone please help me with this?