Updates:
Status: WontFix
Labels: -smichr -NeedsReview
Comment #32 on issue 884 by [email protected]: One line matrix and one
column matrix confusion
http://code.google.com/p/sympy/issues/detail?id=884
On the basis of dicussion at
http://groups.google.com/group/sympy/browse_thread/thread/ed08b588ed0d6185/c28125cdfa9ae229
I am marking this as WontFix.
Currently Matrix(1,2,3) is disallowed (but allowed in SparseMatrix and
gives a column vector);
Matrix([1,2,3]) gives a column vector;
Matrix([[1,2,3]]) or Matrix([1,2,3]).T gives a row vector
--
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.