Mnorm | R Documentation |
Matrix Norm
Mnorm(X, k = 2)
X |
matrix |
k |
norm number |
returns the largest singular value of the matrix or vector
Scalar Norm
if k=1, absolute value; k=2 2-norm (rms); k>2, largest singular value.
Jonathan M. Lees<jonathan.lees@unc.edu>
x = runif(10)
Mnorm(x, k = 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.