Matrix Norm
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)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.