powered by
This function calculates the Euclidean norm of a vector.
my.norm.2(x)
The Euclidean norm of the input vector.
A real vector.
Matias Salibian-Barrera, matias@stat.ubc.ca, Alejandra Martinez
x <- seq(-2, 2, length=10) my.norm.2(x)
Run the code above in your browser using DataLab