How Do You Solve a Matrix Equation with Eigenvalues?

  • Thread starter Thread starter aeronautical
  • Start date Start date
  • Tags Tags
    Column Matrix
aeronautical
Messages
33
Reaction score
0

Homework Statement


Solve the matrix equation:

[10 1 9
1 4 3
2 -1 3] X = 3X

where X is a column matrix. Please show all the steps, thanks.

The Attempt at a Solution



I think the solution is X = kU, where k is any constant and U is the vector...
yet not really sure how to do this...can somebody show me all the steps?
 
Physics news on Phys.org
Hint: Let A be the matrix. Then you want to solve Ax = 3x. This is equivalent to (A-3I)x = 0, where I is the identity matrix. Write it in this form and it will be easier to see a solution.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top