Status: Accepted
Owner: ----
Labels: Type-Defect Priority-Medium Matching
New issue 3004 by [email protected]: match gives nan when matching on oo
http://code.google.com/p/sympy/issues/detail?id=3004
a=Wild('a')
(-I*x*oo).match(I*a*oo)
{a_: nan}
I would guess this stems from trying to "solve for a" by dividing through
by I*oo (the non-Wild parts of the pattern). But oo/oo is nan so it appears
that a is nan.
--
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.