Status: Accepted
Owner: [email protected]
Labels: Type-Defect Priority-Medium

New issue 2375 by [email protected]: should symbols with the same name be able to have different assumptions?
http://code.google.com/p/sympy/issues/detail?id=2375

This just seems strange to have symbols with the same name having different assumptions

    >>> from sympy.abc import *
    >>> from sympy import *
    >>> a=Symbol('t')
    >>> b=Symbol('t',real=True)
    >>> a+b
    t + t

I'm not sure what the best solution of this might be.

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

Reply via email to