Updates:
Labels: NeedsReview gituliar
Comment #3 on issue 2212 by asmeurer: Matrix([Matrix, …]) should work
http://code.google.com/p/sympy/issues/detail?id=2212
Thanks. The last one now works. The first two do not, but that was just me
playing around with the syntax trying to get it to work, so they probably
should not (though it would be nice if I could do it without taking
transpositions).
Sorry I did not post the initializer for my Matrix a. Here it is
a = Matrix([[1, -1, 1, -1, 1, -1, 1, -1, 1 ],
[2, 0, -1, -2, 0, 1, 2, 0, -1],
[4, 0, -2, 0, 0, 0, -2, 0, 1 ],
[2, 2, 2, 0, 0, 0, -1, -1, -1],
[1, 1, 1, 1, 1, 1, 1, 1, 1]])
That should make it easier for someone to enter it if they want to try this.
--
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.