/

The Nematrian Function Library

Matrix Manipulation Functions

[this page | pdf | references | back links]

The Nematrian function library includes a range of tools that are useful for manipulating matrices.

 

The web functions available include ones set out in the table below. To see a complete list of functions currently available in the Nematrian online toolkit please go to list of types of available functions or complete list of individual functions.

 


NAVIGATION LINKS
Contents | Prev | Next


Web functionShort description of function
MnMatAntiSymReturns the anti-symmetrised version of a square matrix
MnMatDetReturns the determinant of a square matrix
MnMatInverseReturns the inverse of a square matrix
MnMatLTReturns the lower triangular version of a symmetrical square matrix
MnMatLUDecompositionReturns the LU decomposition (without index and permutation sign) of a square matrix
MnMatLUDetReturns the determinant of the LU decomposition of a square matrix
MnMatLUEqnSolveReturns the solution to a (matrix) equation given the LU decomposition of the relevant square matrix
MnMatLUIndexAndPermReturns the LU index and permutation sign (without decomposition) of a square matrix
MnMatLUInverseReturns the inverse of a square matrix given as input its LU decomposition
MnMatLUVecSolveReturns the solution to a (vector) equations given the LU decomposition of the relevant square matrix
MnMatProductReturns the product of two matrices (explicitly passing sizes of the matrices)
MnMatSymReturns the symmetrised version of a square matrix
MnMatTraceReturns the trace of a square matrix
MnMatUnitReturns a unit matrix
MnMatUTReturns the upper triangular version of a symmetrical square matrix

Desktop view | Switch to Mobile