Hi all, this might be a stupid question, but is there a way how one can directly extract or access the matrix in the output of right_kernel()?
For the simple example, where I want the kernel of the matrix M = [[1, 1, 1], [0, 0, -1]] the output of M.right_kernel() looks like Free module of degree 3 and rank 1 over Integer Ring Echelon basis matrix: [ 1 -1 0] How can one access the "[ 1 -1 0 ]" part, such that it comes directly as a matrix? Ideally, I would want to define a new matrix which precisely is this basis of the kernel. Thanks a lot in advance! -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/d/optout.
