integral curves in Sage
(Forewarning: the typesetting here is seemingly awful. If you can find a better way of writing the math below than just plain text, please do.)
I have a vector field V:R2→R2 and I would like to find f:(−ϵ,ϵ)→R2, for some small ϵ>0, such that f(0) is a given point and f′(t)=V(f(t)).
Can Sage do this for me? If so, how?
I can't seem to find this sort of functionality in the manuals.