| 1 | initial version |
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??
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.