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

In summary, for raising a square matrix to a positive integer power, the matrix is multiplied by itself. However, for matrix multiplication, the order matters and the rule (A-B)(A+B) = A^2 - B^2 does not hold. Additionally, for the equation (A-I)(A^2 + A + I) = A^3 - I, expanding the left side results in A^3 - I, showing that the equation is true.
  • #1
mathmathmad
50
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
  • #2


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

For 2: The rule [tex] (A-B)(A+B) = A^2 - B^2 [/tex] 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 [tex] A^2 - B^2 [/tex]. Is the corresponding statement true for matrix multiplication?
 
  • #3


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


Yes, A2=AxA
 
  • #5


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.
 
  • #6


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:

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

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

A^2 is equivalent to AxA, meaning that A is multiplied by itself. This is also known as the square of A. Therefore, all the elements of A are squared in A^2.

How do you calculate A^2?

To calculate A^2, simply multiply A by itself. For example, if A=3, then A^2 = 3x3 = 9.

Can A be a matrix in A^2?

Yes, A can be a matrix in A^2. In this case, A^2 would represent the matrix multiplication of A with itself.

Is A^2 the same as A squared?

Yes, A^2 and A squared are two different ways of representing the same thing - multiplying A by itself.

What is the difference between A^2 and AxA?

The difference between A^2 and AxA is that A^2 represents the result of multiplying A by itself, while AxA represents the multiplication of two separate elements, both of which are represented by A.

Similar threads

Replies
18
Views
2K
Replies
25
Views
3K
Replies
7
Views
663
Replies
1
Views
872
Replies
7
Views
1K
Replies
4
Views
1K
Back
Top