How would you make this statement, AB=BA true

  • Thread starter Sasor
  • Start date
In summary, to make the statement AB=BA true, the matrices A and B must be square matrices of the same dimension and the order of multiplication must be considered. It is important for AB and BA to be equal in order to ensure that the order of operations does not affect the result, which is significant in applications such as computer graphics and data analysis. The equal sign in AB=BA signifies that the matrices are equal in terms of their resulting values and are commutative. An example of matrices that satisfy this statement is A = [5 2; 3 1] and B = [4 1; 2 3], which result in the same matrix when multiplied. However, there are special cases where AB=
  • #1
Sasor
16
0

Homework Statement



If A is a matrix, find B, a matrix so that

AB=BA


Homework Equations



?

The Attempt at a Solution



Solve for inverse?
 
Physics news on Phys.org
  • #2
Sasor said:

Homework Statement



If A is a matrix, find B, a matrix so that

AB=BA


Homework Equations



?

The Attempt at a Solution



Solve for inverse?

B=I (the identity) always works. Or B=A. Or B=A^2. Or any combination of powers of A.
 

1. How can you make the statement AB=BA true?

This statement can be made true by ensuring that the matrices A and B are both square matrices of the same dimension. Additionally, the order of multiplication should be considered, as changing the order can change the result.

2. Why is it important for AB and BA to be equal?

In mathematics, matrices are used to represent linear transformations. If AB and BA are not equal, it means that the order of operations affects the result, which can have significant implications in certain applications such as computer graphics and data analysis.

3. What is the significance of the equal sign in the statement AB=BA?

The equal sign in this statement signifies that the two matrices are equal in terms of their resulting values after multiplication. It also indicates that the matrices are commutative, meaning the order of multiplication does not affect the result.

4. Can you provide an example of matrices that satisfy the statement AB=BA?

One example of matrices that satisfy this statement is:

A = [5 2; 3 1] and B = [4 1; 2 3]

When multiplied, AB and BA both result in the matrix:

[22 13; 14 8]

5. Are there any special cases where AB=BA does not hold true?

Yes, there are certain special cases where this statement may not hold true. For example, if either A or B is a non-square matrix, the statement will not hold. Additionally, if the matrices are not of the same dimension, the statement will not be valid. Finally, if the matrices have complex elements, the statement may not be true due to the non-commutativity of complex numbers.

Similar threads

  • Calculus and Beyond Homework Help
2
Replies
40
Views
3K
  • Calculus and Beyond Homework Help
Replies
2
Views
2K
  • Precalculus Mathematics Homework Help
Replies
18
Views
2K
  • Calculus and Beyond Homework Help
Replies
1
Views
951
  • Calculus and Beyond Homework Help
Replies
5
Views
983
Replies
11
Views
2K
  • Calculus and Beyond Homework Help
Replies
6
Views
2K
  • General Math
Replies
3
Views
1K
  • Calculus and Beyond Homework Help
Replies
2
Views
1K
  • Calculus and Beyond Homework Help
Replies
25
Views
2K
Back
Top