Hi everyone, I frequently want to get column vectors, and vector([2, 3]).transpose () is not implemented. One then thinks of matrix(vector([2, 3])).transpose(), but matrix() is a little rigid. Looking at vector, there is a protocol that calls _vector_() if possible; I would like that to be the case for matrix() too. Any reason not to do this?
I will get started on a patch, and a trac ticket. Nick --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to sage-devel@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sage-devel URLs: http://sage.scipy.org/sage/ and http://modular.math.washington.edu/sage/ -~----------~----~----~----~------~----~------~--~---