Algebraic Properties of Matrix Operations

In summary: Problem is, the conclusion is not true for all matrices A and B, even when neither is the zero matrix.
  • #1
EV33
196
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
  • #2
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.
 
  • #3
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
[tex]\begin{bmatrix}1 & 0 \\ 0 & 0\end{bmatrix}\begin{bmatrix}0 & 0 \\ 1 & 0\end{bmatrix}= \begin{bmatrix}0 & 0 \\ 0 & 0\end{bmatrix}[/tex]
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.
 

What are the basic properties of matrix addition?

The basic properties of matrix addition are commutativity, associativity, and the existence of an additive identity. Commutativity means that the order of adding matrices does not affect the result. Associativity means that the grouping of matrices being added does not affect the result. The additive identity is the matrix consisting of all zeros, which when added to any matrix, results in the original matrix.

What are the basic properties of matrix multiplication?

The basic properties of matrix multiplication are associativity, distributivity, and the existence of a multiplicative identity. Associativity means that the grouping of matrices being multiplied does not affect the result. Distributivity means that multiplying a matrix by a sum of matrices is the same as multiplying each matrix separately and adding the results. The multiplicative identity is the identity matrix, which when multiplied by any matrix, results in the original matrix.

What is the difference between scalar multiplication and matrix multiplication?

Scalar multiplication involves multiplying a single number (scalar) to each element in a matrix. Matrix multiplication, on the other hand, involves multiplying two matrices together according to certain rules. Scalar multiplication results in a matrix with the same dimensions as the original, while matrix multiplication results in a new matrix with different dimensions.

Can the order of matrix multiplication be switched?

No, the order of matrix multiplication cannot be switched. Unlike scalar multiplication, where the order does not matter, matrix multiplication is not commutative. This means that changing the order of multiplication will result in a different matrix as the product.

What is the inverse of a matrix?

The inverse of a matrix is a matrix that, when multiplied by the original matrix, results in the identity matrix. Not all matrices have an inverse, and the inverse of a matrix is unique. It is denoted by adding a superscript -1 to the original matrix (A-1).

Similar threads

  • Precalculus Mathematics Homework Help
Replies
32
Views
817
  • Linear and Abstract Algebra
Replies
5
Views
1K
  • Introductory Physics Homework Help
Replies
2
Views
339
  • Precalculus Mathematics Homework Help
Replies
27
Views
2K
  • Precalculus Mathematics Homework Help
Replies
2
Views
1K
  • Calculus and Beyond Homework Help
Replies
18
Views
1K
  • Precalculus Mathematics Homework Help
Replies
1
Views
1K
  • Precalculus Mathematics Homework Help
Replies
4
Views
739
  • Precalculus Mathematics Homework Help
Replies
5
Views
778
  • Linear and Abstract Algebra
Replies
2
Views
437
Back
Top