numpy.linalg.cond(x, p=None) [source]
Compute the condition number of a matrix. This function is capable of returning the condition number using one of seven different norms, depending on the value of p (see Parameters below). Parameters:
x : (..., M, N) array_like The matrix whose condition number is sought. p : {None, 1, -1, 2, -2, inf, -inf, ?fro?}, optional Order of the norm: p norm for matrices None 2-norm, computed directly using the SVD
?fro? Frobenius norm inf max(sum(abs(x), a