vnorm | R Documentation |
Norm of a vector or columns of a matrix
vnorm(x)
x |
Numeric vector or matrix. |
(columnwise) Euclidian norm of x
vnorm(orth(1:5))
vnorm(matrix(1:9,3,3))^2 - colSums(matrix(1:9,3)^2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.