Returns the condition number of a matrix. The condition number of a matrix measures the sensitivity of the solution of a system of linear equations to errors in the data. It gives an indication of the accuracy of the results from matrix inversion and the linear equation solution.
Format
COND (squareMatrix)
Argument
squareMatrix | A square matrix representing a linear system. |