What does this :

u(x,y)''+u(x,y)' + const = 0 
>

mean ? For example, u(x,y)' may mean :

   - diff(u(x, y), x) ,
   - diff(u(x, y), y), or even
   - diff(u(x, y), x, y).

Which one do you mean ?

You may also have a look at desolve? or desolve_system? for analytical 
solutions, and desolve_rk4? for numerical integration.

HTH,

-
Emmanuel Charpentier

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to