| New Reply |
Completing the basis of a matrix, Jordan form related |
Share Thread | Thread Tools |
| Sep12-12, 08:26 PM | #1 |
|
|
Completing the basis of a matrix, Jordan form related
Hi guys,
Let's say I have a 6x6 matrix A whose Jordan form J has 3 Jordan blocks. It means that this matrix (matrix A, but I think that also the matrix J) has 3 linearly independent eigenvectors, I have no problem in finding them. I simply do [itex](A-\lambda _i I)v_i=0[/itex] to get the eigenvectors [itex]v_i[/itex]. Now when I want to find the matrix S such that [itex]A=SJS^{-1}[/itex], I already know half of the matrix S. More precisely the 3 eigenvectors I have are 3 of the column vectors of the matrix S. Now I need to complete the matrix S with other 3 linearly independent vectors (but not eigenvectors!) but I have no idea how to do this. Here is the particular example where wolfram found out those 3 vectors, but even by looking at them I have no idea how to find them. http://www.wolframalpha.com/input/?i...2C0%2C0%2C-1}} Any idea on how to get those 3 column vectors in the matrix S? |
| Sep13-12, 03:44 AM | #2 |
|
|
Say A is a four-by-four with eigenmatrix S = [ x, y ], x and y are column vectors. Suppose the Jordan matrix is J = [ 5, 1; 0, 5 ]. Your problem is related to finding x and y. You explained above how to find x (of Ax = 5x). To find y, let us consider SJ = AS. We have SJ = [ 5x, x + 5y ]. We also have AS = [ Ax, Ay]. In order for you to find the rest of your matrix S, we solve Ay = x + 5y for y. In other words, yeed to solve ( A - 5I ) y = x, which might be easiest to calculate via converting to echelon form. Since y is technically not an eigenvector, These are called "generalized eigenvectors". You can do a similar treatment to find them for a Jordan block of any size.
|
| Sep13-12, 05:30 PM | #3 |
|
|
|
| Sep13-12, 11:25 PM | #4 |
|
|
Completing the basis of a matrix, Jordan form related
Erck, I meant two-by-two, not four-by-four, I'll edit that
...maybe i can't, well, my mistake, meant two-by-two. glad i could help! |
| Nov26-12, 05:38 PM | #5 |
|
|
Hmm I have a small doubt. I invented an example, I took ##A=\begin{bmatrix} 1&1&2 \\ 0&2&6 \\ 0&0&1 \end{bmatrix}##.
The Jordan form is ##J=\begin{bmatrix} 1&1&0 \\ 0&1&0 \\ 0&0&2 \end{bmatrix}##. So it is not diagonalizable and there's only 1 linearly independent eigenvector associated to the eigenvalue ##\lambda =1##. So it's a good example for this thread. I found out the eigenvectors associated to the 2 eigenvalues, namely ##v_{2}=\begin{bmatrix} 1 \\ 1 \\ 0 \end{bmatrix}## and ##v_1=\begin{bmatrix} 1 \\ 0 \\ 0 \end{bmatrix}##. Now to find the remaining "generalized eigenvector" ##\tilde v_1## associated to the eigenvalue 1 (and not the eigenvalue 2. Because the dimension of the span of the eigenvector associated to lambda =1 is one, despite the algebraic multiplicity equal to 2), I did ##(A+I)\tilde v_1=v_1##. This gave me that if ##\tilde v_1 =\begin{bmatrix} a \\ b \\ c \end{bmatrix}## then ##a## is a free parameter, ##b=3/2## and ##c=-1/4##. So I took ##a=1## like I had done with free parameters to get ##v_1## and ##v_2##. However wolfram alpha shows that he took ##a=0## for ##\tilde v_1##. (See http://www.wolframalpha.com/input/?i...%2C0%2C1%7D%5D). I do not understand why it is possible to do so. So my answer would be ##S=\begin{bmatrix} 1&1&1 \\ 1&0&3/2 \\ 0&0&-1/4 \end{bmatrix}##. Which seems false and should be ##S==\begin{bmatrix} 1&1&0 \\ 1&0&3/2 \\ 0&0&-1/4 \end{bmatrix}## according to Wolfram Alpha. I do not understand why. Can someone enlighten me here? |
| Nov26-12, 05:54 PM | #6 |
|
|
Your answer is also correct:
http://www.wolframalpha.com/input/?i...2C-1%2F4%2C0}] |
| Nov26-12, 06:06 PM | #7 |
|
|
|
| Nov26-12, 06:16 PM | #8 |
|
|
|
| Nov26-12, 06:24 PM | #9 |
|
|
|
| Dec3-12, 06:29 PM | #10 |
|
|
Once again I resurect this thread. I'm astonished.
When I consider the matrix ##A=\begin{bmatrix} -2 & -4 & 0 & 4 & 1 & -1 \\ 0 & -2 & 0 & 0 & -1 &1 \\ -4 & 4 & 2 & 0 & -2 & 2 \\ 0 & -4 & 0 & 2 & 1 & -1 \\ 0 &0 & 0 &0 & -2 & -2 \\ 0 &0&0&0&0&-4 \end{bmatrix}##. I find out that its spectra is ##\{ -4, -2,-2,-2,2, 2 \}##. Now there are only 2 eigenvectors associated to the eigenvalue ##\lambda =-2##. They are ##v_2=\begin{bmatrix} 1 \\ 1 \\ 0 \\ 1 \\ 0 \\ 0 \end{bmatrix}## and ##v_2'=\begin{bmatrix} 1 \\ 0 \\ 1 \\ 0 \\ 0 \\ 0 \end{bmatrix}##. Since the algebraic multiplicity of the eigenvalue lambda=-2 is 3, in order to find the matrix change of basis that leads A to its Jordan form, I must find 1 generalized eigenvector. So I did ##(A+2I)\tilde v_2 = v_2## and found out the generalized eigenvector ##\tilde v_2 =\begin{bmatrix} 0 \\ -1/2 \\ 0 \\ 0 \\ -1 \\ 0 \end{bmatrix}## which according to wolfram alpha ( http://www.wolframalpha.com/input/?i=jordan+form+[{-2%2C-4%2C0%2C4%2C1%2C-1}%2C{0%2C-2%2C0%2C0%2C-1%2C1}%2C{-4%2C4%2C2%2C0%2C-2%2C2}%2C{0%2C-4%2C0%2C2%2C1%2C-1}%2C{0%2C0%2C0%2C0%2C-2%2C-2}%2C{0%2C0%2C0%2C0%2C0%2C-4}] ) is ok). However what if I had taken ##v_2'## instead of ##v_2##? Well I tried ##(A+2I)\tilde v_2 = v_2'## and got a complete nonsense (0=1). I asked a friend to independently try the same and he got exactly the same nonsense. So apparently there's a privileged eigenvector that one MUST use in order to find the remaining generalized eigenvector. Why is it so? How does one determine which is that privileged eigenvector? That's kind of ridiculous! |
| Dec3-12, 06:41 PM | #11 |
|
|
But your matrix isn't even a square matrix
|
| Dec3-12, 06:43 PM | #12 |
|
|
|
| Dec3-12, 07:04 PM | #13 |
|
|
Edit: I just read your last post, ok thanks! That's clearer now. |
| Dec3-12, 08:00 PM | #14 |
|
|
Anyway, let's talk about the linear map A+2I. Its kernel has dimension 2. Why? Because the elements in the kernel are exactly the eigenvectors with eigenvalue -2 and you have shown that there are two linearly independent eigenvectors of eigenvalue -2. The rank-nullity theorem implies that the image of A+2I has dimension 4. But what you are looking for is a generalized eigenvector (that is not eigenvector). This is a vector v that is not in the kernel of A+2I,but such that (A+2I)v is in the kernel of A+2I (and thus is an eigenvector of A). It is not clear that such a generalized eigenvector (that is not an eigenvector) even exists. The existence of this is essentially shown in the proof of the Jordan canonical form. There we have proven even more. It is shown that if we take all the generalized eigenvectors together, then we essentially obtain a space with dimension 3 (= the algebraic multiplicity of -2). From this information, we can infer that the generalized eigenvectors which are not eigenvectors have dimension 1. So if v is a generalized eigenvector that is not an eigenvector, then all other such vectors are multiples of v. Now, (A+2I)v is an eigenvector of A. But clearly, not all eigenvectors are the image of generalized eigenvectors. Indeed, the generalized eigenvectors that are not eigenvectors have dimension 1. And thus its image also has dimension 1. So the eigenvectors that are in the image of the generalized eigenvectors are bound to have dimension 1. So if we take an arbitrary couple of eigenvectors {u,w}, then we cannot expect there to be a v such that (A+2I)v=u or (A+2I)v=w. Indeed, the eigenvectors for which such a v exist are quite special (and they have dimension 1). How do we solve the problem then? Clearly, we cannot solve it by just taking linearly independent eigenvectors {u,w} and then hoping that there exists an (A+2I)v=u and then taking the set {u,v,w}. This worked for you before, but you will not always be that lucky. What you should do is determine first the linearly independent eigenvectors {u,w}. Then you might want to calculate the image of A+2I and you should find a vector v in the image of A+2I such that (A+2I)v is in the span of {u,w}. Once you found this vector v, you should not look at the set {u,v,w}, but rather at {(A+2I)v, v, w} or {(A+2I)v,v,u} (you just got to make sure that the set is linearly independent: if (A+2I)v=w, then you can't take the set {(A+2I)v,v,w}). These are the generalized eigenvectors you should take. An easier way to calculate this might be to first calculate the kernel of [itex](A+2I)^2[/itex]. Then you should find a vector v in there that is not an eigenvector. Then you can take {(A+2I)v, v} and you supplement this with any eigenvector that keeps the set independent. I hope this helped. |
| Dec3-12, 08:44 PM | #15 |
|
|
Wow that was more complicated than I thought. I think I understand most of what you wrote
|
| Dec3-12, 08:52 PM | #16 |
|
|
You don't know in general that [itex](A+2I)v=u[/itex] or [itex](A+2I)v=w[/itex]. The fact that this worked in the past for you is luck. So your job is indeed finding out the v such that [itex](A+2I)v=c_1u+c_2w[/itex]. The problem is that you don't know which [itex]c_1,c_2[/itex] work. |
| Dec3-12, 09:13 PM | #17 |
|
|
|
| New Reply |
| Thread Tools | |
Similar Threads for: Completing the basis of a matrix, Jordan form related
|
||||
| Thread | Forum | Replies | ||
| Linear Algebra - Jordan form basis | Calculus & Beyond Homework | 10 | ||
| Jordan Normal Form / Jordan basis | Precalculus Mathematics Homework | 0 | ||
| Jordan Normal Form / Jordan basis | Calculus & Beyond Homework | 3 | ||
| jordan basis and jordan normal form | Calculus & Beyond Homework | 12 | ||
| Help finding a transition matrix between the Jordan form and a general form | Calculus & Beyond Homework | 5 | ||