sage: MS=MatrixSpace(RDF,512,512) sage: A=MS.random_element() sage: timeit('B=A.inverse()') 5 loops, best of 3: 41 ms per loop
-- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org