Status: Valid
Owner: ----
Labels: Type-Defect Priority-Medium Milestone-Release0.7.3
DeprecationRemoval
New issue 3384 by [email protected]: Reverse the order of sol and func in
checkodesol()
http://code.google.com/p/sympy/issues/detail?id=3384
Currently, checkodesol() tries to guess what is the solution and what is
the function. The reason is that the original syntax was checkodesol(ode,
func, sol), but we want it to really be checkodesol(ode, sol, func), so
that func can be omitted if it can be guessed from ode and sol.
Currently, this is ambiguous only if sol is also a valid function (like
f(x), i.e, Eq(f(x), 0)).
--
You received this message because you are subscribed to the Google Groups
"sympy-issues" 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-issues?hl=en.