1. Minor(余子式)
In linear algebra, a minor of a matrix A is the determinant of some smaller square matrix, cut down from A by removing one or more of its rows or columns.
1.1 First Minor(一阶余子式)
If
A
is a square matrix, then the minor of the entry in the i-th row and j-th column (also called the (i,j) minor, or a first minor) is the determinant of the submatrix formed by deleting the i-th row and j-th column. This number is often denoted
For a matrix B ,
then first minor for
B13
is
2.Cofactors(代数余子式)
Cofactors are form first minors, adding (−1)i+1 , which are often denoted Cij=(−1)−1Mij . The cofactor for B is
Cofactors are useful for computing both the determinant and inverse of square matrices.
2.1. Cofactor expansion of the determinant
The determinant of
A
(denoted
The cofactor expansion along the jth column gives
The cofactor expansion along the ith row gives
2.2 Cofactor for computing inverse of a matrix
If set cofactor matrix of matrix
A
as
which is called adjoint matrix(伴随矩阵)
Then the inverse of A is the transpose of the cofactor matrix times the reciprocal of the determinant of A:
proof: from the fact that
then
矩阵的余子式、代数余子式与伴随矩阵
这篇博客介绍了线性代数中的余子式、代数余子式(Cofactor)及其在计算行列式和矩阵求逆中的应用。详细讨论了一阶余子式的定义,以及如何通过Cofactor展开计算行列式,并阐述了伴随矩阵(adjoint matrix)在求解矩阵逆时的角色。
2428

被折叠的 条评论
为什么被折叠?



