If we have a square matrix, say A=[aij], then Cij is the cofactor of the entry aij.
And Cij is defined as:
Cij=(−1)i+jMij, where Mij is the minor and it is equal to the determinant of (n−1)×(n−1) matrix by deleting the ith row and jth column of A.
Confused? One example and you'll be the master of cofactor expansion
1.→(a)
We can work along the ith row or along the jth column. Let us make a decision. We will work along ith row. We will choose to work along the first row, so
detA=∣∣∣∣∣−4323∣∣∣∣∣=−4C11+2C12
C11=(−1)1+1M11=M11
M11→ means delete the first row and delete the first column and take the determinant of what left.
Then,
M11=∣3∣=3 C11=3
And
C12=(−1)1+2M12=−M12
M12→ means delete the first row and delete the second column and take the determinant of what left.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.