Diagonalization of Matrix A for Finding A^9: [0 8;2 0] - Homework Solution

  • Thread starter Thread starter t_n_p
  • Start date Start date
  • Tags Tags
    Matrix
Click For Summary

Homework Help Overview

The discussion revolves around the diagonalization of a matrix A, specifically A = [0 8; 2 0], to find A^9. Participants are exploring the implications of eigenvalues and eigenvectors in the context of matrix exponentiation.

Discussion Character

  • Exploratory, Mathematical reasoning, Assumption checking

Approaches and Questions Raised

  • The original poster attempts to diagonalize the matrix and apply the diagonalization to compute A^9, raising questions about the correctness of their matrix multiplication steps. Other participants discuss the importance of the order of multiplication in matrix operations and question the original poster's earlier success with a similar problem.

Discussion Status

Participants are actively engaging with the original poster's reasoning, providing feedback on the matrix multiplication process. There is a recognition of a mistake in the order of multiplication, and some clarification on the properties of matrix operations is being discussed.

Contextual Notes

There is an indication that the original poster may have previously encountered a different outcome with a similar problem, raising questions about consistency in their approach. The discussion also touches on the implications of matrix properties such as associativity and non-commutativity.

t_n_p
Messages
593
Reaction score
0

Homework Statement



Use diagonalization to find A^9 where A = [0 8;2 0]

The Attempt at a Solution



I perform (A-λI) to find characteristic equation and hence eigenvalues of 4 and -4. These yield eigenvectors of [2;1] and [2;-1] respectively.

Now I know [0 8;2 0][2 2;1 -1] = [2 2;1 1][4 0;0 -4]
Rearranging gives [0 8;2 0] = [2 2;1 -1][4 0;0 -4][2 2;1 -1]^-1

Now to raise to the power of 9 gives, [0 8;2 0]^9 = [2 2;1 -1][4 0;0 -4]^9[2 2;1 -1]^-1

Now I know that any matrix multiplied by its inverse will give the identity matrix, hence this leaves me with [0 8;2 0]^9 = [4 0;0 -4]^9

Therefore by my working, A^9 = [4^9 0; 0 (-4)^9]

The answer suggests [0 2*4^9; .5*4^9 0]

Can someone see where I went wrong?
 
Physics news on Phys.org
t_n_p said:
Now to raise to the power of 9 gives, [0 8;2 0]^9 = [2 2;1 -1][4 0;0 -4]^9[2 2;1 -1]^-1
You're still correct here. Let the matrices on the RHS be labeled P,D^9,P^-1

t_n_p said:
Now I know that any matrix multiplied by its inverse will give the identity matrix, hence this leaves me with [0 8;2 0]^9 = [4 0;0 -4]^9[/tex]
This is your mistake. You're multiplying PD^9P^-1, not D^9P(P^-1). In matrix multiplication the order matters. You can't randomly switch the order. Just multiply the matrices out normally and you'll get the answer.
 
Ah, so if I have matrices ABC and I wish to perform A*B*C
I must do (A*B)*C.

hmmm, when I did it for a previous question that asked to perform A^6 (where A was the same matrix) I multiplied P and P^-1 to give the inverse and that yielded the correct answer. Just a lucky once off I suppose?
 
Matrix multiplication is associative, meaning ABC = (AB)C = A(BC). But it is not commutative, meaning that ABC not necessarily equals ACB.

I guess you were lucky that time. I didn't try it out and I can't see your working so I can't tell.
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 105 ·
4
Replies
105
Views
11K
  • · Replies 7 ·
Replies
7
Views
2K
Replies
9
Views
2K
Replies
8
Views
2K
Replies
15
Views
2K
Replies
5
Views
2K
Replies
5
Views
2K
Replies
3
Views
2K