View source: R/functions.linalg.R
cond | R Documentation |
Computes the condition number of the given matrix.
cond(A)
A |
A non-singular matrix. No default value. |
A = diag(c(1,2,3)) k = cond(A)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.