Comment #4 on issue 4045 by [email protected]: word 'Matrix' is present when displaying a matrix
http://code.google.com/p/sympy/issues/detail?id=4045

I think Aaron discussed this adequately, but I just want to reiterate that sometimes there is some "noise" in the output that allows you to know exactly what you are looking at. Without the leading Matrix the output looks like a tuple of lists...but a tuple of lists has none of the Matrix attributes. Similarily, Point(1,2) is printed rather than (1,2) for a coordinate point so you know you are dealing with a geometry Point instance, not simply a tuple. Think of that noise as "context". And that context is what allows the parser to reconstruct the copy-and-pasted expression with sympify.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" 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-issues.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to