On 28 May 2012 00:34, Aaron Meurer <[email protected]> wrote:
> Not yet, I'm afraid, though most of the work that would be needed to
> do it is already there (the exception is for non-diagonalizable
> systems, for which the methods are not fully implemented in the
> matrices yet).
>

If I want to do it "by hand" what are the steps (I am asking in order
not to miss something that is already implemented)?

> By the way, it never occurred to me to allow initial conditions to
> just be entered as equations.  My idea was to enter them as a
> dictionary, like dsolve([f(x).diff(x) - f(x)], ics={f(0)=1}).  Do you
> think that doing it your way would be better?  I suppose it would be
> possible to be fancy and define coupled initial conditions. See issue
> 1621.

It is just a habit I have from Mathematica. I suppose that there are
some really weird cases where it may be advantageous, but for now I
prefer your proposal about kwargs.

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sympy?hl=en.

Reply via email to