I have a python script like this:
def dY_dt(t, Y): STUFF (defines the dY_dt values) return [dY1_dt, dY2_dt, dY3_dt, dY4_dt, dY5_dt, dY6_dt] delta_t