I fear that SymPy's matching of multiplicative inverses may be a problem in 
RUBI, as the matcher may match too much.

By the way, assumptions should get to work on the patterns, currently they 
seem not to work:

In [2]: x = symbols('x', real=False)

In [3]: w = Wild('w', real=True)

In [4]: x.match(w)
Out[4]: {w_: x}

This should not be matched.

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sympy/0391ee34-579f-4d54-83d4-958346ea02cf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to