Solve numerically the initial value problem:
$ y' = f(t,y) $
$ y(a) = y_0 $
So, below we will need be given $f(t,y)$ and the starting point $(a,y_0)$.
|
|
Traceback (click to the left of this block for traceback) ... NameError: name 't0' is not defined Traceback (most recent call last): pretty_print((t2,y2)) File "", line 1, in <module> File "/tmp/tmpyBlgKa/___code___.py", line 3, in <module> t1 = t0 + delt NameError: name 't0' is not defined |
|
|
|
|