Content deleted Content added
fmt and fix-link |
No edit summary |
||
Line 1:
{{unreferenced|date=August 2012}}
In mathematics, the ''k''th '''compound matrix''' ''C''<sub>''k''</sub>(''A'') of an ''n'' × ''n'' [[matrix (mathematics)|matrix]] ''A'' is the <math>\left(\binom m k - 1\right)\times\left(\binom m k - 1\right)</math> matrix formed from the [[determinant]]s of all ''k'' × ''k'' submatrices of ''A'' arranged with the submatrix index sets in [[lexicographic order]].
Cn(A[n#n]) = det(A)▼
Ck(AB) = Ck(A)Ck(B)▼
Ck(A-1) = Ck(A)-1▼
: <math>
\begin{align}
C_1(A) & = A \\[6pt]
C_k(aX) & = akC_k(X) \\[6pt]
C_k(I) & = I \\[6pt]
C_k(A^H) & = C_k(A)^H \\[6pt]
C_k(A^T) & = C_k(A)^T \\[6pt]
\end{align}
</math>
|