Jump to content

Compound matrix

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by DVD206 (talk | contribs) at 02:17, 28 August 2012 (copy). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Compound Matrix

The kth compound matrix of A[m#n] is the m!(k!(m-k)!)-1#n!(k!(n-k)!)-1 matrix formed from the determinants of all k#k submatrices of A arranged with the submatrix index sets in lexicographic order. Within this section, we denote this matrix by Ck(A).

C1(A) = A Cn(A[n#n]) = det(A) Ck(AB) = Ck(A)Ck(B) Ck(aX) = akCk(X) Ck(I) = I Ck(AH) = Ck(A)H Ck(AT) = Ck(A)T Ck(A-1) = Ck(A)-1