Find the Cofactor Matrix [[1,2,3],[0,4,5],[1,0,6]]
Problem
Solution
Identify the matrix
A and the formula for the cofactor(C_i*j) of an element(a_i*j) which is(C_i*j)=(−1)(i+j)*(M_i*j) where(M_i*j) is the determinant of the2×2 submatrix formed by deleting thei th row andj th column.Calculate the cofactors for the first row:
Calculate the cofactors for the second row:
Calculate the cofactors for the third row:
Assemble the cofactor matrix
C using the calculated values(C_i*j)
Final Answer
Want more problems? Check here!