vecnorm {cmna} | R Documentation |
Norm of a vector
Description
Find the norm of a vector
Usage
vecnorm(b)
Arguments
b |
a vector |
Details
Find the norm of a vector
Value
the norm
See Also
Other linear:
choleskymatrix()
,
detmatrix()
,
gdls()
,
invmatrix()
,
iterativematrix
,
lumatrix()
,
refmatrix()
,
rowops
,
tridiagmatrix()
Examples
x <- c(1, 2, 3)
vecnorm(x)
[Package cmna version 1.0.5 Index]