Finding inverse from matrix equation

  • Thread starter Thread starter Mr Davis 97
  • Start date Start date
  • Tags Tags
    Inverse Matrix
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 1K views
Mr Davis 97
Messages
1,461
Reaction score
44

Homework Statement


Suppose that a square matrix ##A## satisfies ##(A - I)^2 = 0##. Find an explicit formula for ##A^{-1}## in terms of ##A##

Homework Equations

The Attempt at a Solution


From manipulation we find that ##A^2 - 2A + I = 0## and then ##A(2I - A) = I##. This shows that if we right-multiply ##A## by ##2I - A##, we get the identity matrix. However, to show that ##2I - A## is an inverse, don't we also have to show that we can left-multiply ##A## by ##2I - A## such that ##(2I - A)A = I##? I don't see how we can do that...
 
Physics news on Phys.org
I don't think that showing that ##(2I - A)A = A(2I - A)## should be too difficult.
 
Mr Davis 97 said:

Homework Statement


Suppose that a square matrix ##A## satisfies ##(A - I)^2 = 0##. Find an explicit formula for ##A^{-1}## in terms of ##A##

Homework Equations

The Attempt at a Solution


From manipulation we find that ##A^2 - 2A + I = 0## and then ##A(2I - A) = I##. This shows that if we right-multiply ##A## by ##2I - A##, we get the identity matrix. However, to show that ##2I - A## is an inverse, don't we also have to show that we can left-multiply ##A## by ##2I - A## such that ##(2I - A)A = I##?
Yes.
I don't see how we can do that...
Multiply it.
 
Mr Davis 97 said:

Homework Statement


Suppose that a square matrix ##A## satisfies ##(A - I)^2 = 0##. Find an explicit formula for ##A^{-1}## in terms of ##A##

Homework Equations

The Attempt at a Solution


From manipulation we find that ##A^2 - 2A + I = 0## and then ##A(2I - A) = I##. This shows that if we right-multiply ##A## by ##2I - A##, we get the identity matrix. However, to show that ##2I - A## is an inverse, don't we also have to show that we can left-multiply ##A## by ##2I - A## such that ##(2I - A)A = I##? I don't see how we can do that...

There is a standard theorem which states that if a square matrix ##A## has a right (left) inverse ##B##, then it also has a left (right) inverse, and that is equal to ##B## as well. You should expand your understanding by trying to prove that theorem.
 
  • Like
Likes   Reactions: DrClaude