Prahas,
You're example is a little strange because when I set `x0 = (-1,0,0.5)`,
your function works fine on Python 2. Are you trying to set t0?
Note, your function does not compile on Python 3. You should try to be more
explicit with that first argument in that function. For example, does the
fo
Hi Mat-Plotters,
I'm trying to modify the below code so that I can
set the initial conditions to (-1,0,0.5).
The code below randomly sets the initial conditions:
**
# I changed the equation -- it's not Lorenz.
N_trajectories = 1
def lorentz_deriv((x, y, z), t0, aa=1.1, yy=0.87):