Learn R Programming

cmna (version 1.0.5)

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
# NOT RUN {
x <- c(1, 2, 3)
vecnorm(x)

# }

Run the code above in your browser using DataLab