I was wondering if anyone knows a way for sage to perform gaussian elimination on a matrix, but only up to the nth row and will stop at that point.
I realize that I could just split up the matrix and perform the algorithm on that part of it, and just re-join it to the rest of the matrix, but I was wondering if there is some built-in function for this. Thanks, Tom -- 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/sage-support URL: http://www.sagemath.org
