Learn R Programming

cmna (version 0.1.2)

vecnorm: Norm of a vector

Description

Find the norm of a vector

Usage

vecnorm(b)

Arguments

b
a vector

Value

the norm

Details

Find the norm of a vector

See Also

Other linear: choleskymatrix, detmatrix, gdls, invmatrix, iterativematrix, lumatrix, refmatrix, rowops, tridiagmatrix

Examples

Run this code
x <- c(1, 2, 3)
vecnorm(x)

Run the code above in your browser using DataLab