/

MatLUDecomposition

[this page | pdf | references | back links]

Function Description

Returns the LU decomposition (without index and permutation sign) of a  matrix matrix. The LU decomposition is a  matrix from which we can construct lower and upper diagonal matrices  and  such that if the input matrix is  then . As per Press et al. (2007) the algorithm returns permuted lower and upper triangular matrices, with the permutations separately returned using MnMatLUIndexAndPerm.

 

Using the LU decomposition (together with the LU index and permutation sign) speeds up solution of matrix equations etc.

 


NAVIGATION LINKS
Contents | Prev | Next


Output type / Parameter details

Output type: Double()
Parameter NameVariable TypeDescription
InputMatrixDouble()Input matrix

Links to:

-          Interactively run function

-          Interactive instructions

-          Example calculation

-          Output type / Parameter details

-          Illustrative spreadsheet

-          Other Matrix Functions

-          Computation units used


Note: If you use any Nematrian web service either programmatically or interactively then you will be deemed to have agreed to the Nematrian website License Agreement


Desktop view | Switch to Mobile