Maple: dsolve/series

From: Annie (ayuk_at_cs.toronto.edu)
Date: 01/21/05


Date: Fri, 21 Jan 2005 19:16:03 +0000 (UTC)

Hi,

I would like to solve an IVP problem using dsolve/series but at about
t=some value a. For example, I would like to do

dsolve(ode union IC, {u1(t), u2(t)}, series}

where IC = initial condition of the ode, but solving the IVP at about
t= some value a (say 0.0125).

Any suggestions or advice on how to do this? Thanks