Hi guys
I've done a Runge-Kutta script for the Lorenz Equations in python, I need to write data for (t,x,y,z) in a .dat file in order to reprint in a table. How can a do it?
Imported routines are:
import sys, pylab, numpy
from pylab import *
from mpl_toolkits.mplot3d import Axes3D...