powered by
Returns the position of the [i,j]th element of a symmetric n \(\times\) n matrix that this element has in a vector of the linear independent values of the matrix.
i
j
n
veclipos( i, j, n )
row of the element in the matrix.
column of the element in the matrix.
dimension of the matrix.
Arne Henningsen
vecli, vecli2m.
vecli
vecli2m
veclipos( 1, 2, 3 ) # returns: 2
Run the code above in your browser using DataLab