Comment #25 on issue 884 by [email protected]: One line matrix and one column matrix confusion
http://code.google.com/p/sympy/issues/detail?id=884

Actually, rather than have a redundant instantiation we could make `Matrix(1,2,3)` be shorthand for `Matrix([[1,2,3]])` and leave `Matrix([1,2,3])` as the shorthand for `Matrix([[1],[2],[3]])`

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