Eigenvalue/vector M^n=PD^nP^-1

  • Thread starter Thread starter Canadian
  • Start date Start date
AI Thread Summary
The discussion focuses on solving the equation M^n = PD^nP^-1 by finding eigenvalues and eigenvectors. The eigenvalues identified are 0 and 3, with corresponding eigenvectors (1,2) and (1,1). The matrix P is formed from the eigenvectors, and D is the diagonal matrix of eigenvalues. The user encounters issues with their solution, noting a sign error in the inverse of P and a mix-up between P and P^-1. Correcting these errors is essential for achieving the accurate solution.
Canadian
Messages
24
Reaction score
0

Homework Statement



Question.jpg


The Attempt at a Solution



First I found eigenvalues/vectors. Eigenvalues = 0, 3. Associated eigenvectors are (1,2) and (1,1). P= matrix of e. vectors, D = matrix of values.

Work.jpg


Solution.jpg


Not really sure where I'm going wrong, have gone through it a few times, but my answer is only 50% correct according to the computer program.
 
Physics news on Phys.org
Recalculate the inverse of P. Sign error in row2, column1, it should be 2 and not -2.
 
You also have P and P -1 reversed.
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top