Algebraic Properties of Matrix Operations

AI Thread Summary
The proof claiming that A = B based on the equation A^2 = AB is flawed because it incorrectly assumes that if A(A - B) = O, then A - B must equal O. The discussion highlights that a product of matrices equaling the zero matrix does not necessitate that one of the factors is zero. An example is provided where two non-zero matrices multiply to yield the zero matrix, demonstrating this principle. The conclusion that A = B is therefore not universally valid for all 2x2 matrices A and B. Understanding this flaw is crucial for correctly applying matrix operations and properties.
EV33
Messages
192
Reaction score
0
1. Homework Statement

Let A and B be (2x2) matrices such that A^2 = AB and A does not equal the zero matrix O. Find the flaw in the following proof that A = B:

Since A^2 = AB, A^2 - AB = the zero matrix O
Factoring yields A(A-B) = O
Since A does not equal O, it follows that A - B = O.
Therefore, A = B.



3. The Attempt at a Solution

I tried setting up two matrices A and B where A = [ a b, c d] and B = [ e f, g h] and following through on the steps of the proof to see if each of the statements was true. However, I kept finding that they were all true.

Please help.
Thanks.
 
Physics news on Phys.org
Problem is, the conclusion is not true for all matrices A and B, even when neither is the zero matrix.

Try playing with matrices that have mostly (but not all) zero entries.
 
EV33 said:
1. Homework Statement

Let A and B be (2x2) matrices such that A^2 = AB and A does not equal the zero matrix O. Find the flaw in the following proof that A = B:

Since A^2 = AB, A^2 - AB = the zero matrix O
Factoring yields A(A-B) = O
Since A does not equal O, it follows that A - B = O.
This is not true. The fact that a product of matrices is 0 does NOT imply one of the factors must be 0.
For example
\begin{bmatrix}1 & 0 \\ 0 & 0\end{bmatrix}\begin{bmatrix}0 & 0 \\ 1 & 0\end{bmatrix}= \begin{bmatrix}0 & 0 \\ 0 & 0\end{bmatrix}
the 0 matrix.

Therefore, A = B.



3. The Attempt at a Solution

I tried setting up two matrices A and B where A = [ a b, c d] and B = [ e f, g h] and following through on the steps of the proof to see if each of the statements was true. However, I kept finding that they were all true.

Please help.
Thanks.
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...

Similar threads

Replies
5
Views
2K
Replies
32
Views
2K
Replies
27
Views
3K
Replies
2
Views
1K
Replies
2
Views
11K
Replies
8
Views
2K
Replies
18
Views
3K
Replies
1
Views
2K
Back
Top