- `lu (X)`

Calcula la descomposición LU de `X`.

### Referencias

- https://www.mathworks.com/help/matlab/ref/lu.html
- https://octave.sourceforge.io/octave/function/lu.html
- https://mathworld.wolfram.com/LUDecomposition.html
- https://es.wikipedia.org/wiki/Factorizaci%C3%B3n_LU
