Updates:
Status: WontFix
Comment #1 on issue 3193 by [email protected]: Matrix(n, 0) and Matrix(0, n)
should not look for data
http://code.google.com/p/sympy/issues/detail?id=3193
Cherry's gone. I agree with mrocklin that this should not be allowed and
that explicit is better than concise in this instance so the empty list
should be appended, so
Matrix(0, 0, []) or Matrix([])
Matrix(1, 0, []) or Matrix([[]]) etc...
--
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.