Proving Two Matrices to be Equal

  • Thread starter Thread starter B18
  • Start date Start date
  • Tags Tags
    Matrices
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
5 replies · 3K views
B18
Messages
118
Reaction score
0

Homework Statement


Suppose that A is an m x n matrix and there exists n x m matrices C and D such that CA=In and AD=Im. Prove that
C=D

Homework Equations

The Attempt at a Solution


Im not sure if I'm on the right path here. However my initial thought is that since the matrices are not square there isn't anything to prove by using inverses. So my guess would be i need to use the definition of matrix multiplication on CA=In and AD=Im and try and equate C and D in some way.
 
Physics news on Phys.org
Yes I can see that. But I don't think we can use inverses or inverse properties on this proof because CA and AD are not both the same size matrices.
 
B18 said:
Yes I can see that. But I don't think we can use inverses or inverse properties on this proof because CA and AD are not both the same size matrices.

You don't have to. Think about the matrix CAD. Use the associative property.
 
  • Like
Likes   Reactions: B18 and HallsofIvy
Dick said:
You don't have to. Think about the matrix CAD. Use the associative property.
Ok, i think I've got this one nailed down.
CA=In
CAD=InD
C(AD)=D [identity matrix times D is still the matrix D]
since AD=Im
we have C(Im)=D
C=D [identity matrix times C is still the matrix C]
 
B18 said:
Ok, i think I've got this one nailed down.
CA=In
CAD=InD
C(AD)=D [identity matrix times D is still the matrix D]
since AD=Im
we have C(Im)=D
C=D [identity matrix times C is still the matrix C]

Nailed.