输入问题...
线性代数 示例
[8423]
解题步骤 1
Consider the corresponding sign chart.
[+--+]
解题步骤 2
解题步骤 2.1
Calculate the minor for element a11.
解题步骤 2.1.1
The minor for a11 is the determinant with row 1 and column 1 deleted.
|3|
解题步骤 2.1.2
1×1 矩阵的行列式即为该元素本身。
a11=3
a11=3
解题步骤 2.2
Calculate the minor for element a12.
解题步骤 2.2.1
The minor for a12 is the determinant with row 1 and column 2 deleted.
|2|
解题步骤 2.2.2
1×1 矩阵的行列式即为该元素本身。
a12=2
a12=2
解题步骤 2.3
Calculate the minor for element a21.
解题步骤 2.3.1
The minor for a21 is the determinant with row 2 and column 1 deleted.
|4|
解题步骤 2.3.2
1×1 矩阵的行列式即为该元素本身。
a21=4
a21=4
解题步骤 2.4
Calculate the minor for element a22.
解题步骤 2.4.1
The minor for a22 is the determinant with row 2 and column 2 deleted.
|8|
解题步骤 2.4.2
1×1 矩阵的行列式即为该元素本身。
a22=8
a22=8
解题步骤 2.5
The cofactor matrix is a matrix of the minors with the sign changed for the elements in the - positions on the sign chart.
[3-2-48]
[3-2-48]
解题步骤 3
Transpose the matrix by switching its rows to columns.
[3-4-28]