How can diagonal matrices help solve eigenvalue problems?

  • Context: Graduate 
  • Thread starter Thread starter soulflyfgm
  • Start date Start date
  • Tags Tags
    Eigenvalues Laplace
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 4K views
soulflyfgm
Messages
28
Reaction score
0
hi, can some one give me any hints how to solve this problem? thank you


i tried to type it here but it dint come up so i uploaded http://tinypic.com/view.php?pic=2hgtqoz&s=3" with the problem.

Thank you so much


Recall that for an nxn matrix A with distinct eigenvalues [tex]\lambda[/tex] [tex]_{F}[/ktex], k=1,2,...,n<br /> <br /> <br /> e^{At} = \sum^{n}_{k=1} Z_{k}e^{\lambda_{k}t}<br /> <br /> By taking the Laplace Transform of both sides (or otherwise) show that<br /> \sum^{n}_{k=1}Z_{k}= I_{n}<br /> <br /> Where I_{n} is the nxn identity matrix[/tex]
 
Last edited by a moderator:
Physics news on Phys.org
Although stated in a very horrible way, what is asked here boils down to show that, if A is diagonalizable, one can compute [itex]e^{At}[/itex] by only computing the diagonal entries after diagonalizing. Keep in mind that [itex]\mathcal{L}(e^{At}) = (sI - A)^{-1}[/itex].

So once you have the diagonal form employ the inverse laplace transformation.

I am sure that you can do it, so think about it for a while...
 
okay maybe i read it totally wrong but if you know that

[tex]e^{At} = \sum^{n}_{k=1} Z_{k}e^{\lambda_{k}t}[/tex]

for all t then use it fot t=0 and get

[tex]I = e^{0} = e^{A0} = \sum^{n}_{k=1} Z_{k}e^{\lambda_{k}0} = \sum^{n}_{k=1} Z_{k}[/tex]

and you are done?
 
The sum works with a general form of the following
[tex] \left[ {\begin{array}{*{20}c}<br /> 1 & 0 \\<br /> 0 & 0 \\<br /> \end{array}} \right] + \left[ {\begin{array}{*{20}c}<br /> 0 & 0 \\<br /> 0 & 1 \\<br /> \end{array}} \right] = I[/tex]

So it is directly related with the diagonal form... Thus you can also prove for non-zero t
 
ok i have proven this so far
(SI-A)L(e^(At)) = Identity...but i do not how to prove that this is equal to [tex]\sum^{n}_{k=1}Z_{k}[/tex]

Any hints? thank you so much
 
OK, but that one tells you nothing, how about this? Let A is a diagonal matrix, then for 2x2 case,

[tex] e^{At}= e^{\left[ {\begin{array}{*{20}c}<br /> \alpha & 0 \\<br /> 0 & \beta \\<br /> \end{array}} \right]t} = \left[ {\begin{array}{*{20}c}<br /> e^{\alpha t} & 0 \\<br /> 0 & e^{\beta t} \\<br /> \end{array}} \right] = \left[ {\begin{array}{*{20}c}<br /> 1 & 0 \\<br /> 0 & 0 \\<br /> \end{array}} \right]e^{\alpha t} + \left[ {\begin{array}{*{20}c}<br /> 0 & 0 \\<br /> 0 & 1 \\<br /> \end{array}} \right]e^{\beta t}[/tex]
And, then from the previous post,
[tex] <br /> \left[ {\begin{array}{*{20}c}<br /> 1 & 0 \\<br /> 0 & 0 \\<br /> \end{array}} \right] + \left[ {\begin{array}{*{20}c}<br /> 0 & 0 \\<br /> 0 & 1 \\<br /> \end{array}} \right] = I<br /> [/tex]

Can you see the pattern now?