Understanding Matrices Sums and Products

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 · 2K views
cosmos42
Messages
21
Reaction score
1

Homework Statement


Suppose that AB = AC for matrices A, B, and C.
Is it true that B must equal C? Prove the result or find a counterexample.

Homework Equations


Properties of matrix multiplication

The Attempt at a Solution


AC = A(D + B) = AD + AB = 0 + AB = AB ? Can someone help me understand in plain english?
 
Physics news on Phys.org
cosmos42 said:

Homework Statement


Suppose that AB = AC for matrices A, B, and C.
Is it true that B must equal C? Prove the result or find a counterexample.

Homework Equations


Properties of matrix multiplication

The Attempt at a Solution


AC = A(D + B) = AD + AB = 0 + AB = AB ? Can someone help me understand in plain english?

If you write AB = AC as A(B-C) = 0, is it true that B-C = 0? That is, does having AD = 0 imply that D must = 0?
 
Last edited:
  • Like
Likes   Reactions: cosmos42
IF A has an inverse the AB= AC gives [itex]A^{-1}AB= A^{-1}AC[/itex] so [itex]IB= IC[/itex] so [itex]B= C[/itex] so you question becomes "does every matrix have an inverse?".

By the way, your question, as stated, is trivially false even for numbers: 0B= 0C for any B and C, it does NOT follow that B= C. To make you question at all interesting you should add "A non-zero".
 
HallsofIvy said:
IF A has an inverse the AB= AC gives [itex]A^{-1}AB= A^{-1}AC[/itex] so [itex]IB= IC[/itex] so [itex]B= C[/itex] so you question becomes "does every matrix have an inverse?".

By the way, your question, as stated, is trivially false even for numbers: 0B= 0C for any B and C, it does NOT follow that B= C. To make you question at all interesting you should add "A non-zero".
Not helpful