powered by
Compute the spectral norm of any matrix P, defined as the square root of the largest eigenvalue of \(P P'\).
norm.spec(P)
numeric matrix
numeric norm
# NOT RUN { P = matrix(rnorm(15),3,5) norm.spec(P) # }
Run the code above in your browser using DataLab