Question: Syntax for ODEs

Question:Syntax for ODEs

hopp44 12 Maple

I'm trying to use Maple to solve an ODE instead of using partial fractions.  I can't get the syntax correct.  The original problem is...

 

dC = C(1-0.0002C)dt        C(0) = 2   for t >0

 

I know it's seperable into

         dC             = dt

C(1-0.0002C)

 

I can't get anywhere to find an explicit form!  Any help is appreciated :D

 

Andrew

Please Wait...