✔ 最佳答案
Let the matrix be A
det A = 2(3) - (-1)(-5) = 1
adj A =
[ 2 .... -1 ]
[ -5 .... 3 ]
inverse of A = adj A / det A =
[ 2 .... -1 ]
[ -5 .... 3 ]
* If you don't believe, you can multiply it by yourself to check my answer.
BUT I think the anwser you claim is wrong, and adjoint or adjugate of matrix is actually a mean for computation. No one really need to understand. However, in definition, adjugate means the transpose of cofactor matrix, in which this concept arises because the senior observes that to solve a system of linear equations, the problem is just a "game of numbers", they formulate the algorithm, and this is the philosophy behind. I hope I can answer your question.