Ask Your Question

Revision history [back]

Sage relies on Python, hich is object oriented. This means that there is no global LU function, but possibly several LU methods that can only be applied to some particular objects. So, to get the source code of the LU method that will be applied to your matrix, you need to specify the matrix:

sage: M.LU??