powered by
Matrix Norm
Mnorm(X, k = 2)
matrix
norm number
Scalar Norm
returns the largest singular value of the matrix or vector
# NOT RUN { x = runif(10) Mnorm(x, k = 2) # }
Run the code above in your browser using DataLab