Convert vector of linear independent values into a Matrix
Converts a vector into a symmetric matrix that the original vector contains the linear independent values of the returned symmetric matrix.
vecli2m( v )
v |
a vector. |
Arne Henningsen
v <- c( 11, 12, 13, 22, 23, 33 ) vecli2m( v )
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.