Hi, I’ve been working on this python code to develop Edward Lorenz Strange Attractor curve, but unfortunately it shows error, can someone look into it whats the matter?
The error message tells you that the problem is on line 41. If you print points on line 40 then you will see what is happening - your formaula blows up after about 15 iterations, generating numbers which are too large for the system to store.
I would guess that either there is a problem with the sigma, rho and beta values you have used or there is a problem with your mathematical definition. Can you double-check your equation? Do you have a set of parameters which you know to provide a non-infinite solution?