In reading through the tutorial, I noted the use of
solve_undetermined_coefficients. You can access this through solve now.
Also, for convenience, you can specify a range of symbols with var so the
call can look like this:
>>> solve(Eq(h,f), var('A:D'))
{A: 0, B: 1, C: 0, D: -1}
--
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.