- #1
Sergey S
- 11
- 0
Homework Statement
I have a vector equation of a form:
[tex]Ax=y[/tex]
where A is a square [itex]n \times n[/itex] matrix and y, x are vectors. I want to rewrite it in a new from:
[tex]Dx=Ty[/tex]
where D is a diagonal matrix, and T is some square [itex]n \times n[/itex] matrix.
The question is, is it possible to find such D and T that the equation hods for a generic case? How would you find it, or prove that it is possible to find it?
Homework Equations
The Attempt at a Solution
Obviously, from the shown above equations we can say that:
[tex]TA=D[/tex]
and from that follows
[tex]T=DA^{-1}[/tex]
That tells me that I can pick any diagonal matrix of my choice and find such a T that the equation will work. Is that true, or am I missing something?
A prettier way to approach this is to think of the matrix A as of a matrix of a linear operator. Then we can use a theorem that says that any linear operator will have a diagonal matrix in the basis made of its eigenvectors. This tells me that there should be a linear operator that transforms current basis A is written for into a new basis, made of its eigenvectors, and that operator has a matrix (we can name is T for consistency). It proves that there is such T that the equations above hold, but it is not clear how to find this T.
Yet another way is to say that:
[tex]SDS^{-1}=A[/tex]
Then we get:
[tex]SDS^{-1}x=y[/tex]
I honestly don't know where to go next from this step. I'm sorry for being a slowpoke here.
Hope some of you can help me with this, it seems like it should be a standard linear algebra problem.