Back to Numerical Arrays (NumPy)
np.cond
Compute the condition number of a matrix.
Syntax
np.cond(x, p?)
Description
Compute the condition number of a matrix.
Parameters
| Name | Description |
|---|---|
| x | - Matrix |
| p(optional) | - Norm order (default: 2, using SVD) |
Returns
Promise<number>