Hi, On Thursday 14 Jun 2012, Thomas Klotz wrote: > Thanks for the response, but I don't think that submatrices will help much > with what we're doing.
> Do you know if sage invokes singular for gaussian elimination? No (except for one case), Sage calls various different packages (LinBox, NTL, IML, M4RI, M4RIE, Pari, ...) or implements its own highly efficient linear algebra. The only case when Singular is called is when linear algebra over multivariate polynomial rings is performed. See http://wiki.sagemath.org/DenseLinearAlgebra Cheers, Martin -- name: Martin Albrecht _pgp: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x8EF0DC99 _otr: 47F43D1A 5D68C36F 468BAEBA 640E8856 D7951CCF _www: http://martinralbrecht.wordpress.com/ _jab: [email protected] -- 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
