

InterviewSolution
Saved Bookmarks
1. |
find the cofactor of` a_(23)` in `[(3,1,4),(0,2,-1),(1,-3,5)]` |
Answer» Let `A=[(3,1,4),(0,2,-1),(1,-3,5)]` `therefore" cofactor of" " "a_(23) =-D` where `D=|(3,1),(1,-3)|` [after crossing the 2nd row and 3rd column] `=-9-1=-10` Hence, cofactor of `a_(23)=-(-10)=10` |
|