Finding an invertible matrix P such that A=PJP^-1

  • Thread starter ysebastien
  • Start date
  • Tags
    Matrix
In summary, the person is trying to find a matrix P such that the Jordan form of A is PJP-1, but they can't seem to get it to work. They found a basis for each of the eigenvalues of A, and found P by choosing a set of 4 linearly independent vectors. They are struggling to decide between two basis vectors for \ker{(A-4I)^{2}} . If they pick the vector (1,0,0,0), P satisfies A=PJP-1, but if they pick the vector (0,0,1,-1), P does not satisfy the equation. Including the vector u in a basis gives them the upper left Jordan block.
  • #1
ysebastien
6
0

Homework Statement


[tex]
A=\left[\begin{array}{cccc}
5 & 4 & 2 & 1\\
0 & 1 & -1 & -1\\
-1 & -1 & 3 & 0\\
1 & 1 & -1 & 2
\end{array}\right]
[/tex]

  1. Find the Jordan form of A
  2. Find a matrix P such that A = PJP-1

Homework Equations





The Attempt at a Solution



I've already found, and verified the Jordan form it is,

[tex]
J=\left[\begin{array}{cccc}
4 & 1 & 0 & 0\\
0 & 4 & 0 & 0\\
0 & 0 & 2 & 0\\
0 & 0 & 0 & 1
\end{array}\right]
[/tex]

from the characteristic polynomial [itex] q(x) = (x-4)^{2}(x-2)(x-1) [/itex].

To find P, I found a basis vector for each of null spaces of each eigenvalue.
[tex] \ker{(A-4I)} [/tex]
Basis: [itex] (1,0,-1,1) [/itex]

[tex] \ker{(A-4I)^{2}} [/tex]
Basis: [itex] (0,0,-1,1), (1,0,0,0) [/itex]

[tex] \ker{(A-2I)} [/tex]
Basis: [itex] (1,-1,0,1) [/itex]

[tex] \ker{A-I)} [/tex]
Basis: [itex] (-1,1,0,0) [/itex]

(these have all been verified with Mathematica)

Now I'm supposed to construct the columns of P by picking a set of 4 linearly independent vectors, which they all are. Here is my struggle. In choosing between the two basis vectors for [itex] \ker{(A-4I)^{2}} [/itex], choosing [itex] (1,0,0,0) [/itex] works fine i.e.

[tex]
P=\left[\begin{array}{cccc}
1 & 1 & 1 & -1\\
0 & 0 & -1 & 1\\
-1 & 0 & 0 & 0\\
1 & 0 & 1 & 0
\end{array}\right]
[/tex]
but if I choose the other vector,

[tex]
P=\left[\begin{array}{cccc}
1 & 0 & 1 & -1\\
0 & 0 & -1 & 1\\
-1 & -1 & 0 & 0\\
1 & 1 & 1 & 0
\end{array}\right]
[/tex]
and P doesn't satisfy [itex] A=PJP^{-1} [/itex]. Oddly, if I take [itex] (0,0,1,-1) [/itex] it does work. Does anyone see if my logic is going awry somewhere? (0,0,1,-1) is just the negative of (0,0,-1,1) so shouldn't they in fact both work, satisfying A=PJP-1?
Sorry for the long post.
 
Physics news on Phys.org
  • #2
ysebastien said:

Homework Statement


[tex]
A=\left[\begin{array}{cccc}
5 & 4 & 2 & 1\\
0 & 1 & -1 & -1\\
-1 & -1 & 3 & 0\\
1 & 1 & -1 & 2
\end{array}\right]
[/tex]

  1. Find the Jordan form of A
  2. Find a matrix P such that A = PJP-1

Homework Equations





The Attempt at a Solution



I've already found, and verified the Jordan form it is,

[tex]
J=\left[\begin{array}{cccc}
4 & 1 & 0 & 0\\
0 & 4 & 0 & 0\\
0 & 0 & 2 & 0\\
0 & 0 & 0 & 1
\end{array}\right]
[/tex]

from the characteristic polynomial [itex] q(x) = (x-4)^{2}(x-2)(x-1) [/itex].

To find P, I found a basis vector for each of null spaces of each eigenvalue.
[tex] \ker{(A-4I)} [/tex]
Basis: [itex] (1,0,-1,1) [/itex]

[tex] \ker{(A-4I)^{2}} [/tex]
Basis: [itex] (0,0,-1,1), (1,0,0,0) [/itex]

[tex] \ker{(A-2I)} [/tex]
Basis: [itex] (1,-1,0,1) [/itex]

[tex] \ker{A-I)} [/tex]
Basis: [itex] (-1,1,0,0) [/itex]

(these have all been verified with Mathematica)

Now I'm supposed to construct the columns of P by picking a set of 4 linearly independent vectors, which they all are. Here is my struggle. In choosing between the two basis vectors for [itex] \ker{(A-4I)^{2}} [/itex], choosing [itex] (1,0,0,0) [/itex] works fine i.e.

[tex]
P=\left[\begin{array}{cccc}
1 & 1 & 1 & -1\\
0 & 0 & -1 & 1\\
-1 & 0 & 0 & 0\\
1 & 0 & 1 & 0
\end{array}\right]
[/tex]
but if I choose the other vector,

[tex]
P=\left[\begin{array}{cccc}
1 & 0 & 1 & -1\\
0 & 0 & -1 & 1\\
-1 & -1 & 0 & 0\\
1 & 1 & 1 & 0
\end{array}\right]
[/tex]
and P doesn't satisfy [itex] A=PJP^{-1} [/itex]. Oddly, if I take [itex] (0,0,1,-1) [/itex] it does work. Does anyone see if my logic is going awry somewhere? (0,0,1,-1) is just the negative of (0,0,-1,1) so shouldn't they in fact both work, satisfying A=PJP-1?
Sorry for the long post.

If ##(A-4I)^2 v = 0## but ##(A - 4I) v \neq 0##, then let ##u = (A - 4I)v.## These give ##Av = u + 4v## and ##Au = 4u##. So, if you include u and v in a basis, they will give you the upper left Jordan block. The matrix P constructed from u, v and the other eigenvectors will do what you want.
 
  • #3
Great, thanks.
 

1. What is an invertible matrix?

An invertible matrix is a square matrix with a determinant that is not equal to zero. This means that it has a unique inverse matrix, which when multiplied together, results in the identity matrix.

2. Why is finding an invertible matrix P important?

Finding an invertible matrix P is important because it allows us to simplify calculations and solve equations involving matrices. It also helps us to transform matrices into a more useful and easier to understand format.

3. How do you find an invertible matrix P?

To find an invertible matrix P, you can use a variety of methods such as row operations, determinant calculations, and matrix decompositions. The specific method used will depend on the properties and characteristics of the given matrix A.

4. Can every matrix be transformed into an invertible matrix?

No, not every matrix can be transformed into an invertible matrix. Only square matrices with a non-zero determinant can have an inverse. If a matrix has a determinant of zero, it is not invertible.

5. What is the significance of the inverse matrix in mathematics?

The inverse matrix has many important applications in mathematics, such as solving systems of linear equations, calculating determinants, and finding solutions to differential equations. It also plays a crucial role in various fields of science, including physics, engineering, and economics.

Similar threads

  • Calculus and Beyond Homework Help
Replies
2
Views
66
  • Calculus and Beyond Homework Help
Replies
6
Views
271
  • Calculus and Beyond Homework Help
Replies
6
Views
524
  • Calculus and Beyond Homework Help
Replies
10
Views
418
  • Calculus and Beyond Homework Help
Replies
3
Views
311
  • Calculus and Beyond Homework Help
Replies
14
Views
2K
  • Calculus and Beyond Homework Help
Replies
10
Views
2K
  • Calculus and Beyond Homework Help
Replies
0
Views
130
  • Calculus and Beyond Homework Help
Replies
7
Views
3K
  • Calculus and Beyond Homework Help
Replies
12
Views
977
Back
Top