Comment #1 on issue 2442 by ronan.l...@gmail.com: Why does Lambda use Dummys?
http://code.google.com/p/sympy/issues/detail?id=2442

Lambda(x, x) is Lambda(y, y) is S.IdentityFunction, so there is no way it can remember the original symbol name. But Lambda(y, 2*y) does remember it, which causes problems because equal objects behave differently for printing, cf. issue 2440.

--
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