Master1022
- 590
- 116
- Homework Statement
- Given a matrix [itex] A [/itex], compute [itex] e^{A} [/itex]
- Relevant Equations
- [itex] A = V \Lambda V^{-1} [/itex]
[itex] e^{A} = V \times diag(e^{\lambda_1}, ... , e^{\lambda_n}) \times V^{-1} [/itex]
Hi,
I just have a quick question when I was working through a linear algebra homework problem. We are given a matrix
[tex]A = \begin{pmatrix}<br /> 2 & -2 \\<br /> 1 & -1<br /> \end{pmatrix}[/tex] and are asked to compute [itex]e^{A}[/itex]. In earlier parts of the question, we prove the identities
[tex]A = V \Lambda V^{-1}[/tex] and [tex]e^{A} = V \times diag(e^{\lambda_1}, ... , e^{\lambda_n}) \times V^{-1}[/tex] (apologies, I put the [itex]\times[/itex] as I was writing some text in).
My main question is: should we normalise the eigenvectors in the matrix [itex]V[/itex]?
I thought we should, but the answer doesn't seem to. I have looked on the internet and most sources tend to agree with me, but I just wanted to confirm whether I was right or wrong in this scenario.
My attempt:
I understand the method, so I can just skip to what I got. I found the following forms for the matrices:
[tex]\Lambda = \begin{pmatrix}<br /> 1 & 0 \\<br /> 0 & 0<br /> \end{pmatrix}[/tex] and
[tex]V = \begin{pmatrix}<br /> \frac{2}{\sqrt{5}} & \frac{1}{\sqrt{2}} \\<br /> \frac{1}{\sqrt{5}} & \frac{1}{\sqrt{2}}<br /> \end{pmatrix}[/tex]
From there, I can work out [itex]exp(A)[/itex] using the expression above. However, the answer does not normalize the eigenvectors and therefore gets a different answer.
Any help would be greatly appreciated.
I just have a quick question when I was working through a linear algebra homework problem. We are given a matrix
[tex]A = \begin{pmatrix}<br /> 2 & -2 \\<br /> 1 & -1<br /> \end{pmatrix}[/tex] and are asked to compute [itex]e^{A}[/itex]. In earlier parts of the question, we prove the identities
[tex]A = V \Lambda V^{-1}[/tex] and [tex]e^{A} = V \times diag(e^{\lambda_1}, ... , e^{\lambda_n}) \times V^{-1}[/tex] (apologies, I put the [itex]\times[/itex] as I was writing some text in).
My main question is: should we normalise the eigenvectors in the matrix [itex]V[/itex]?
I thought we should, but the answer doesn't seem to. I have looked on the internet and most sources tend to agree with me, but I just wanted to confirm whether I was right or wrong in this scenario.
My attempt:
I understand the method, so I can just skip to what I got. I found the following forms for the matrices:
[tex]\Lambda = \begin{pmatrix}<br /> 1 & 0 \\<br /> 0 & 0<br /> \end{pmatrix}[/tex] and
[tex]V = \begin{pmatrix}<br /> \frac{2}{\sqrt{5}} & \frac{1}{\sqrt{2}} \\<br /> \frac{1}{\sqrt{5}} & \frac{1}{\sqrt{2}}<br /> \end{pmatrix}[/tex]
From there, I can work out [itex]exp(A)[/itex] using the expression above. However, the answer does not normalize the eigenvectors and therefore gets a different answer.
Any help would be greatly appreciated.