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
A = \begin{pmatrix}<br /> 2 & -2 \\<br /> 1 & -1<br /> \end{pmatrix} and are asked to compute e^{A}. In earlier parts of the question, we prove the identities
A = V \Lambda V^{-1} and e^{A} = V \times diag(e^{\lambda_1}, ... , e^{\lambda_n}) \times V^{-1} (apologies, I put the \times as I was writing some text in).
My main question is: should we normalise the eigenvectors in the matrix V?
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:
\Lambda = \begin{pmatrix}<br /> 1 & 0 \\<br /> 0 & 0<br /> \end{pmatrix} and
V = \begin{pmatrix}<br /> \frac{2}{\sqrt{5}} & \frac{1}{\sqrt{2}} \\<br /> \frac{1}{\sqrt{5}} & \frac{1}{\sqrt{2}}<br /> \end{pmatrix}
From there, I can work out exp(A) 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
A = \begin{pmatrix}<br /> 2 & -2 \\<br /> 1 & -1<br /> \end{pmatrix} and are asked to compute e^{A}. In earlier parts of the question, we prove the identities
A = V \Lambda V^{-1} and e^{A} = V \times diag(e^{\lambda_1}, ... , e^{\lambda_n}) \times V^{-1} (apologies, I put the \times as I was writing some text in).
My main question is: should we normalise the eigenvectors in the matrix V?
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:
\Lambda = \begin{pmatrix}<br /> 1 & 0 \\<br /> 0 & 0<br /> \end{pmatrix} and
V = \begin{pmatrix}<br /> \frac{2}{\sqrt{5}} & \frac{1}{\sqrt{2}} \\<br /> \frac{1}{\sqrt{5}} & \frac{1}{\sqrt{2}}<br /> \end{pmatrix}
From there, I can work out exp(A) using the expression above. However, the answer does not normalize the eigenvectors and therefore gets a different answer.
Any help would be greatly appreciated.