Question: Maple (and calculus) Newby

I'm trying to use Maple to assist me in my homework.  To me, TI & MsMath are more intuitive than Maple, however, i have a Maple license.  That said, how do i specify an initial condition while trying to solve an ODE using dSolve?  For TI, i would enter:

deSolve(x’=x/25 and x(0)=20,t, x)

... and be done with it.  I suspect that i have to use diff() to assign x/25 as the f(x) of y'.  However, how do i specify the initial condition?

 

Please Wait...