Mathematica has the ability to do pattern matching such as:

Int[cos[a_.+b_.*x_], x_Symbol] := Sin[a+b*x] / b /; FreeQ[{a, b}, x]

Here *a* and *b* are matched if they do not contain *x*.

As far as I know, SymPy is unable to perform such a match. Are there any 
ideas to extend the pattern matching algorithm?

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sympy.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to