Status: Accepted
Owner: ----
Labels: Type-Defect Priority-Medium Matching

New issue 3004 by smi...@gmail.com: 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 sympy-issues@googlegroups.com.
To unsubscribe from this group, send email to 
sympy-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en.

Reply via email to