Condition Number of a Matrix
• cond1(M)—Returns the condition number of matrix M based on the L1 norm.
• cond2(M)—Returns the condition number of matrix M based on the L2 norm.
• conde(M)—Returns the condition number of matrix M based on the Euclidean norm.
• condi(M)—Returns the condition number of matrix M based on the Infinity norm.
Arguments
• M is a square matrix.