Condition Number of a Matrix

cond1(M) Returns the condition number of the matrix M based on the L1 norm.

cond2(M) Returns the condition number of the matrix M based on the L2 norm.

conde(M) Returns the condition number of the matrix M based on the Euclidean norm.

condi(M) Returns the condition number of the matrix M based on the infinity norm.

Arguments:

QuickSheet