Question: continue a numerical integration of a ode

is possible to continue a numerical integration from a know point and add the solution the the know one?
i.e.
if I have:
P=dsolve(... range=0..1)
and I want continue the integration until 3 (so without reintegrate the 0..1 interval) and add that solution tothe first one.

Please Wait...