Finding the adjugate of a 2×2 matrix

  • Level: High School 
  • Thread starter Thread starter Charles007
  • Start date Start date
  • Tags Tags
    Matrix
Join the discussion
Registration is free. Start your own thread to ask a follow-up.
4 replies · 20K views
Charles007
Messages
21
Reaction score
0
I know how to find the adjugate of 3x3 matrix. from the defination.

How to find adjugate of 2x2 matrix.

e.g A= ( 1 3 )
______( 2 4 )

adjoint .

I know how to find adjugate and inverse. of 3 * 3 matrix

First . I find matrix of cofactor. from the defination. (n-1)(n-1) matrix * (sign associated with the element's position).

Second, we taking the transpose we get the adj(A)

Then we find the det(A).

Finally, A^-1 = 1/det(A) * adj(A)The inverse of A.

[itex]AA^- = A^-A=I[/itex] and A adj(A) = det(A)I

The inverse of [itex]A = det(A)I/ A^-[/itex]
 
Physics news on Phys.org
Isn't [tex]\text{adj}\left(\begin{array}{cc}a&b\\c&d\end{array}\right)=\left(\begin{array}{cc}d&-b\\-c&a\end{array}\right)[/tex]?
 
cristo said:
Isn't [tex]\text{adj}\left(\begin{array}{cc}a&b\\c&d\end{array}\right)=\left(\begin{array}{cc}d&-b\\-c&a\end{array}\right)[/tex]?

Just remember it? right?
 
Charles007 said:
Just remember it? right?

yes, that is it for a 2x2 matrix, switch elements 1 and 4; change the sign of elements 2 and 3
 
rock.freak667 said:
yes, that is it for a 2x2 matrix, switch elements 1 and 4; change the sign of elements 2 and 3

OK. thx. :smile: