Is A^2 equivalent to AxA or all the elements of A are squared?

Click For Summary
SUMMARY

The discussion clarifies that for a 2x2 matrix A, the expression A^2 is indeed equivalent to the product AxA, confirming that raising a matrix to a positive integer power follows the same principle as with numbers. The participants also explored the identity (A-B)(A+B) = A^2 - B^2, concluding that it does not hold for matrices due to the non-commutative nature of matrix multiplication, resulting in the correct expression being A^2 + AB - BA - B^2. Additionally, the attempt to validate (A-I)(A^2 + A + I) = A^3 - I was confirmed through expansion.

PREREQUISITES
  • Understanding of matrix multiplication and properties
  • Familiarity with 2x2 matrices
  • Knowledge of algebraic identities involving matrices
  • Basic concepts of linear algebra
NEXT STEPS
  • Study the properties of matrix multiplication and its non-commutative nature
  • Learn about matrix identities and their proofs
  • Explore the implications of matrix powers in linear transformations
  • Investigate the role of the identity matrix in matrix operations
USEFUL FOR

Students studying linear algebra, mathematics educators, and anyone interested in deepening their understanding of matrix operations and identities.

mathmathmad
Messages
50
Reaction score
0

Homework Statement


I was just wondering if say A is a 2x2 matrix. Is A^2 equivalent to AxA or all the elements of A are squared?

Homework Equations


let A and B be 2x2 matrices. is the following true?
(A-B)(A+B) = A^2 - B^2


The Attempt at a Solution

 
Physics news on Phys.org


For 1: Raising a square matrix to a positive integer power is defined exactly as it is for numbers: a^2 is short-hand for the product of a with itself.

For 2: The rule (A-B)(A+B) = A^2 - B^2 is true for numbers because multiplication of reals is commutative. FOIL out the left side, and look for the spot where that property is used for real numbers in order to get to A^2 - B^2. Is the corresponding statement true for matrix multiplication?
 


does that mean A^2 = AxA?
erm.. yes?
 


Yes, A2=AxA
 


mathmathmad said:
does that mean A^2 = AxA?
erm.. yes?
Yes, A^2= A*A.

No, (A- B)(A+ B) is not equal to A^2- B^2. It is equal to A^2+ AB- BA- B^2 but the AB and BA do not cancel because matrix multiplication is not commutative.
 


ahh I see :)
I canceled out AB-BA ignoring the fact that matrix multiplication is not commutative
thanks!

then I suppose (A-I)(A^2 + A + I) = A^3 - I is true?

attempt : expand LHS

= A^3 + A^2 + A - IA^2 - IA - I^2
= A^3 + A^2 + A - A^2 - A - I
= A^3 - I (since I^2 would be I right?)
 
Last edited:

Similar threads

  • · Replies 18 ·
Replies
18
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 25 ·
Replies
25
Views
3K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 7 ·
Replies
7
Views
1K
  • · Replies 7 ·
Replies
7
Views
3K
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K