Girish Mahajan (Editor)

Duplication and elimination matrices

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit

In mathematics, especially in linear algebra and matrix theory, the duplication matrix and the elimination matrix are linear transformations used for transforming half-vectorizations of matrices into vectorizations or (respectively) vice versa.

Contents

Duplication matrix

The duplication matrix Dn is the unique n2 × n(n+1)/2 matrix which, for any n × n symmetric matrix A, transforms vech(A) into vec(A):

Dn vech(A) = vec(A).

For the 2×2 symmetric matrix A = [ a b b d ] , this transformation reads

[ 1 0 0 0 1 0 0 1 0 0 0 1 ] [ a b d ] = [ a b b d ]

Elimination matrix

An elimination matrix Ln is a n(n+1)/2 × n2 matrix which, for any n × n matrix A, transforms vec(A) into vech(A):

Ln vec(A) = vech(A). 

For the 2×2 matrix A = [ a b c d ] , one choice for this transformation is given by

[ 1 0 0 0 0 1 0 0 0 0 0 1 ] [ a c b d ] = [ a c d ] .

References

Duplication and elimination matrices Wikipedia


Similar Topics