initial conditions in coupled systems

Posted by Alireza on Stack Overflow See other posts from Stack Overflow or by Alireza
Published on 2010-05-12T10:33:09Z Indexed on 2010/05/12 10:44 UTC
Read the original article Hit count: 353

Filed under:

how should i write the initial conditions and solve two coupled differential equation? for ex. like:

s1 := diff(n[D](t), t) = a-b*n[D](t)^2-c*n[D](t)-e*n[D](t)*n[T](t)
s2 := diff(n[T](t), t) = b*n[D](t)^2-c*n[D](t)-e*n[D](t)*n[T](t)
dsolve({s1, s2});

© Stack Overflow or respective owner

Related posts about maple