Find the norm of a vector
vecnorm(b)
b | a vector |
---|
the norm
Find the norm of a vector
Other linear:
choleskymatrix()
,
detmatrix()
,
gdls()
,
invmatrix()
,
iterativematrix
,
lumatrix()
,
refmatrix()
,
rowops
,
tridiagmatrix()
x <- c(1, 2, 3)
vecnorm(x)
#> [1] 3.741657