Solving for the Inverse of Matrix A

  • Thread starter Thread starter t_n_p
  • Start date Start date
  • Tags Tags
    Inverse Matrix
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
7 replies · 2K views
t_n_p
Messages
593
Reaction score
0
Homework Statement

Give the following matrix A = [2 1; 3 2] show that (A^2)-4A+I=0 where I is the 2x2 identity matrix. Hence use your result to deduce the inverse of A.

The attempt at a solution

I can do the show part no problem, but I'm stuck on how to find inverse of A. I multiply both sides of the equation by inverse A and get..

(A^-1)(A^2) - 4A(A^-1) + I(A^-1) = 0(A^-1)

Can you apply index laws on matrices? Any suggestions on what I should do next? Thanks!
 
Physics news on Phys.org
yeah i see now, was just unsure whether I could apply index law for the first set of terms. just to refresh my memory!

So any matrix multiplied by its inverse gives the identity matrix of the same dimensions and

any matrix multiplied by the identity matrix gives the original matrix
 
Yeah I just wanted to know if you could use A^n*A^m=A^(n+m).

Now everything is ok!
 
It's not really a matter of exponents (not "indices"), just the distributive law. You already know that (A^2)-4A+I=0 so obviously 4A- A^2= A(4I-A^2)= I. Now use the definition of "multiplicative inverse".
 
Note that A does not have an inverse iff the characteristic polynomial has zero as a root iff the constant term of the characteristic polynomial is zero.