find the inverse of the following matrix......

2007-07-05 8:22 pm
find the inverse of the following matrix......

3-----------1
5-----------2
最好俾埋d式,因為唔識點計
==================== ===========
同埋可唔可以講下咩係adj[a]係咩黎??
個答案係
2----------- -5
-1-----------3
我唔明點解唔可以係
3--------------- -1
-5---------------2

回答 (2)

2007-07-05 11:41 pm
✔ 最佳答案
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.
2007-07-06 9:27 am
Let A be the matrix, and Aij be the element

Det (A) = 3(2) - 1(5) = 1

Minor of A11 = 2
Minor of A12 = 5
Minor of A21 = 1
Minor of A22 = 3

Cofactor Cij = (-1)^i+j x Minor
C11 = (-1)^(1+1) x A11 = 2
C12 = (-1)^(1+2) x A12 = -5
C21 = (-1)^(2+1) x A21 = -1
C22 = (-1)^(2+2) x A22 = 3

Adj (A) = Transpose of Cofactor
then,
1st row: 2 -1
2nd row: -5 3

Inverse of A = Adj(A) / Det(A)
then the answer is
[ 2 -1]
[-5 3 ]


收錄日期: 2021-04-22 00:38:22
原文連結 [永久失效]:
https://hk.answers.yahoo.com/question/index?qid=20070705000051KK01264

檢視 Wayback Machine 備份