Hi all, this is now #12370, patch ready for review at [1].
When making the proposed change I spotted an inconsistency in the error messages when calling A.determinant() for A a non-square matrix. If A is defined over QQ the error message says ValueError: incompatible matrix dimensions whereas over any other ring or field ValueError: self must be a square matrix so I changed the error message over QQ and the doctests using it to be consistent with all the other rings. Cheers, Javier [1]: http://trac.sagemath.org/sage_trac/ticket/12370 -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org