powered by
Norm of a vector or columns of a matrix
vnorm(x)
(columnwise) Euclidian norm of \(x\)
Numeric vector or matrix.
vnorm(orth(1:5)) vnorm(matrix(1:9,3,3))^2 - colSums(matrix(1:9,3)^2)
Run the code above in your browser using DataLab