Find a matrix P such that $P^{-1}AP=J$, where $J$ is in Jordan normal form.
$A=begin{pmatrix} -6 & 0 & 1 & -5 \ 5 & - 1 & -1 & 5 \ 0 & 0 & -1 & 0 \ 5 & 0 & -1 & 4
end{pmatrix}$
I found the Jordan normal form to be
$J=begin{pmatrix} -1 & 1 &0 & 0 \ 0 & -1 & 0 & 0 \ 0 & 0 & -1 & 0 \ 0 & 0 & 0 & -1
end{pmatrix}$.
I know next that I have to solve $(A+1)v_2=v_1$ to find $v_1= begin{pmatrix} 1 \ -1\0\-1 end{pmatrix}$ and $v_2=begin{pmatrix} 0 \ 0 \ 1 \ 0 end{pmatrix}$, where you can then go on to find two more vectors, but I dont understand why this proccess works, can someone explain? Thank you!
linear-algebra matrices linear-transformations
add a comment |
$A=begin{pmatrix} -6 & 0 & 1 & -5 \ 5 & - 1 & -1 & 5 \ 0 & 0 & -1 & 0 \ 5 & 0 & -1 & 4
end{pmatrix}$
I found the Jordan normal form to be
$J=begin{pmatrix} -1 & 1 &0 & 0 \ 0 & -1 & 0 & 0 \ 0 & 0 & -1 & 0 \ 0 & 0 & 0 & -1
end{pmatrix}$.
I know next that I have to solve $(A+1)v_2=v_1$ to find $v_1= begin{pmatrix} 1 \ -1\0\-1 end{pmatrix}$ and $v_2=begin{pmatrix} 0 \ 0 \ 1 \ 0 end{pmatrix}$, where you can then go on to find two more vectors, but I dont understand why this proccess works, can someone explain? Thank you!
linear-algebra matrices linear-transformations
Depending on the proof of the Jordan canonical form you know, this falls right out. I recommend Artin's algebra
– qbert
Dec 1 at 17:37
add a comment |
$A=begin{pmatrix} -6 & 0 & 1 & -5 \ 5 & - 1 & -1 & 5 \ 0 & 0 & -1 & 0 \ 5 & 0 & -1 & 4
end{pmatrix}$
I found the Jordan normal form to be
$J=begin{pmatrix} -1 & 1 &0 & 0 \ 0 & -1 & 0 & 0 \ 0 & 0 & -1 & 0 \ 0 & 0 & 0 & -1
end{pmatrix}$.
I know next that I have to solve $(A+1)v_2=v_1$ to find $v_1= begin{pmatrix} 1 \ -1\0\-1 end{pmatrix}$ and $v_2=begin{pmatrix} 0 \ 0 \ 1 \ 0 end{pmatrix}$, where you can then go on to find two more vectors, but I dont understand why this proccess works, can someone explain? Thank you!
linear-algebra matrices linear-transformations
$A=begin{pmatrix} -6 & 0 & 1 & -5 \ 5 & - 1 & -1 & 5 \ 0 & 0 & -1 & 0 \ 5 & 0 & -1 & 4
end{pmatrix}$
I found the Jordan normal form to be
$J=begin{pmatrix} -1 & 1 &0 & 0 \ 0 & -1 & 0 & 0 \ 0 & 0 & -1 & 0 \ 0 & 0 & 0 & -1
end{pmatrix}$.
I know next that I have to solve $(A+1)v_2=v_1$ to find $v_1= begin{pmatrix} 1 \ -1\0\-1 end{pmatrix}$ and $v_2=begin{pmatrix} 0 \ 0 \ 1 \ 0 end{pmatrix}$, where you can then go on to find two more vectors, but I dont understand why this proccess works, can someone explain? Thank you!
linear-algebra matrices linear-transformations
linear-algebra matrices linear-transformations
edited Dec 1 at 17:28
greedoid
37.6k114794
37.6k114794
asked Dec 1 at 17:25
Brad Scott
1528
1528
Depending on the proof of the Jordan canonical form you know, this falls right out. I recommend Artin's algebra
– qbert
Dec 1 at 17:37
add a comment |
Depending on the proof of the Jordan canonical form you know, this falls right out. I recommend Artin's algebra
– qbert
Dec 1 at 17:37
Depending on the proof of the Jordan canonical form you know, this falls right out. I recommend Artin's algebra
– qbert
Dec 1 at 17:37
Depending on the proof of the Jordan canonical form you know, this falls right out. I recommend Artin's algebra
– qbert
Dec 1 at 17:37
add a comment |
1 Answer
1
active
oldest
votes
Let's follow the algorithm described here.
It seems that you have found that the characteristic polynomial of $A$ is
$$
chi_A(t)=(t+1)^4
$$
so the only eigenvalue of $A$ is $lambda=-1$ with algebraic multiplicity $m=4$. Note that
begin{align*}
A+I &= left[begin{array}{rrrr}
-5 & 0 & 1 & -5 \
5 & 0 & -1 & 5 \
0 & 0 & 0 & 0 \
5 & 0 & -1 & 5
end{array}right]
&
(A+I)^2
&=
left[begin{array}{rrrr}
0 & 0 & 0 & 0 \
0 & 0 & 0 & 0 \
0 & 0 & 0 & 0 \
0 & 0 & 0 & 0
end{array}right]
end{align*}
so
begin{align*}
dimoperatorname{Null}(A+I) &= 3 & dimoperatorname{Null}((A+I)^2) &= 4
end{align*}
we then compute the numbers
begin{align*}
d_1 &= dimoperatorname{Null}(A+I) & d_2 &= dimoperatorname{Null}((A+I)^2)-dimoperatorname{Null}(A+I) \
&= 3 & &= 4-3 \
& & &=1
end{align*}
so we must fill the boxes
$$
begin{array}{ccc}
Box & Box & Box \
Box
end{array}
$$
with vectors. Note that $e_1=langle1, 0, 0, 0rangle$ satisfies $e_1inoperatorname{Null}((A+I)^2)$ but $e_1notinoperatorname{Null}(A+I)$. Put
$$
v=(A+I)e_1=leftlangle-5,,5,,0,,5rightrangle
$$
so the diagram takes the form
$$
begin{array}{ccc}
v & Box & Box \
e_1
end{array}
$$
Since $w=leftlangle1,,0,,0,,-1rightrangle$ and $x=leftlangle0,,0,,5,,1rightrangle$ are two linearly independent vectors in $operatorname{Null}(A+I)$ that yield a basis ${v, w, x}$ of $operatorname{Null}(A+I)$ we may complete our diagram with
$$
begin{array}{ccc}
v & w & x \
e_1
end{array}
$$
This gives $A=PJP^{-1}$ where
$$
P = left[begin{array}{rrrr}
-5 & 1 & 1 & 0 \
5 & 0 & 0 & 0 \
0 & 0 & 0 & 5 \
5 & 0 & -1 & 1
end{array}right]
$$
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
return StackExchange.using("mathjaxEditing", function () {
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
});
});
}, "mathjax-editing");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "69"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3021591%2ffind-a-matrix-p-such-that-p-1ap-j-where-j-is-in-jordan-normal-form%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Let's follow the algorithm described here.
It seems that you have found that the characteristic polynomial of $A$ is
$$
chi_A(t)=(t+1)^4
$$
so the only eigenvalue of $A$ is $lambda=-1$ with algebraic multiplicity $m=4$. Note that
begin{align*}
A+I &= left[begin{array}{rrrr}
-5 & 0 & 1 & -5 \
5 & 0 & -1 & 5 \
0 & 0 & 0 & 0 \
5 & 0 & -1 & 5
end{array}right]
&
(A+I)^2
&=
left[begin{array}{rrrr}
0 & 0 & 0 & 0 \
0 & 0 & 0 & 0 \
0 & 0 & 0 & 0 \
0 & 0 & 0 & 0
end{array}right]
end{align*}
so
begin{align*}
dimoperatorname{Null}(A+I) &= 3 & dimoperatorname{Null}((A+I)^2) &= 4
end{align*}
we then compute the numbers
begin{align*}
d_1 &= dimoperatorname{Null}(A+I) & d_2 &= dimoperatorname{Null}((A+I)^2)-dimoperatorname{Null}(A+I) \
&= 3 & &= 4-3 \
& & &=1
end{align*}
so we must fill the boxes
$$
begin{array}{ccc}
Box & Box & Box \
Box
end{array}
$$
with vectors. Note that $e_1=langle1, 0, 0, 0rangle$ satisfies $e_1inoperatorname{Null}((A+I)^2)$ but $e_1notinoperatorname{Null}(A+I)$. Put
$$
v=(A+I)e_1=leftlangle-5,,5,,0,,5rightrangle
$$
so the diagram takes the form
$$
begin{array}{ccc}
v & Box & Box \
e_1
end{array}
$$
Since $w=leftlangle1,,0,,0,,-1rightrangle$ and $x=leftlangle0,,0,,5,,1rightrangle$ are two linearly independent vectors in $operatorname{Null}(A+I)$ that yield a basis ${v, w, x}$ of $operatorname{Null}(A+I)$ we may complete our diagram with
$$
begin{array}{ccc}
v & w & x \
e_1
end{array}
$$
This gives $A=PJP^{-1}$ where
$$
P = left[begin{array}{rrrr}
-5 & 1 & 1 & 0 \
5 & 0 & 0 & 0 \
0 & 0 & 0 & 5 \
5 & 0 & -1 & 1
end{array}right]
$$
add a comment |
Let's follow the algorithm described here.
It seems that you have found that the characteristic polynomial of $A$ is
$$
chi_A(t)=(t+1)^4
$$
so the only eigenvalue of $A$ is $lambda=-1$ with algebraic multiplicity $m=4$. Note that
begin{align*}
A+I &= left[begin{array}{rrrr}
-5 & 0 & 1 & -5 \
5 & 0 & -1 & 5 \
0 & 0 & 0 & 0 \
5 & 0 & -1 & 5
end{array}right]
&
(A+I)^2
&=
left[begin{array}{rrrr}
0 & 0 & 0 & 0 \
0 & 0 & 0 & 0 \
0 & 0 & 0 & 0 \
0 & 0 & 0 & 0
end{array}right]
end{align*}
so
begin{align*}
dimoperatorname{Null}(A+I) &= 3 & dimoperatorname{Null}((A+I)^2) &= 4
end{align*}
we then compute the numbers
begin{align*}
d_1 &= dimoperatorname{Null}(A+I) & d_2 &= dimoperatorname{Null}((A+I)^2)-dimoperatorname{Null}(A+I) \
&= 3 & &= 4-3 \
& & &=1
end{align*}
so we must fill the boxes
$$
begin{array}{ccc}
Box & Box & Box \
Box
end{array}
$$
with vectors. Note that $e_1=langle1, 0, 0, 0rangle$ satisfies $e_1inoperatorname{Null}((A+I)^2)$ but $e_1notinoperatorname{Null}(A+I)$. Put
$$
v=(A+I)e_1=leftlangle-5,,5,,0,,5rightrangle
$$
so the diagram takes the form
$$
begin{array}{ccc}
v & Box & Box \
e_1
end{array}
$$
Since $w=leftlangle1,,0,,0,,-1rightrangle$ and $x=leftlangle0,,0,,5,,1rightrangle$ are two linearly independent vectors in $operatorname{Null}(A+I)$ that yield a basis ${v, w, x}$ of $operatorname{Null}(A+I)$ we may complete our diagram with
$$
begin{array}{ccc}
v & w & x \
e_1
end{array}
$$
This gives $A=PJP^{-1}$ where
$$
P = left[begin{array}{rrrr}
-5 & 1 & 1 & 0 \
5 & 0 & 0 & 0 \
0 & 0 & 0 & 5 \
5 & 0 & -1 & 1
end{array}right]
$$
add a comment |
Let's follow the algorithm described here.
It seems that you have found that the characteristic polynomial of $A$ is
$$
chi_A(t)=(t+1)^4
$$
so the only eigenvalue of $A$ is $lambda=-1$ with algebraic multiplicity $m=4$. Note that
begin{align*}
A+I &= left[begin{array}{rrrr}
-5 & 0 & 1 & -5 \
5 & 0 & -1 & 5 \
0 & 0 & 0 & 0 \
5 & 0 & -1 & 5
end{array}right]
&
(A+I)^2
&=
left[begin{array}{rrrr}
0 & 0 & 0 & 0 \
0 & 0 & 0 & 0 \
0 & 0 & 0 & 0 \
0 & 0 & 0 & 0
end{array}right]
end{align*}
so
begin{align*}
dimoperatorname{Null}(A+I) &= 3 & dimoperatorname{Null}((A+I)^2) &= 4
end{align*}
we then compute the numbers
begin{align*}
d_1 &= dimoperatorname{Null}(A+I) & d_2 &= dimoperatorname{Null}((A+I)^2)-dimoperatorname{Null}(A+I) \
&= 3 & &= 4-3 \
& & &=1
end{align*}
so we must fill the boxes
$$
begin{array}{ccc}
Box & Box & Box \
Box
end{array}
$$
with vectors. Note that $e_1=langle1, 0, 0, 0rangle$ satisfies $e_1inoperatorname{Null}((A+I)^2)$ but $e_1notinoperatorname{Null}(A+I)$. Put
$$
v=(A+I)e_1=leftlangle-5,,5,,0,,5rightrangle
$$
so the diagram takes the form
$$
begin{array}{ccc}
v & Box & Box \
e_1
end{array}
$$
Since $w=leftlangle1,,0,,0,,-1rightrangle$ and $x=leftlangle0,,0,,5,,1rightrangle$ are two linearly independent vectors in $operatorname{Null}(A+I)$ that yield a basis ${v, w, x}$ of $operatorname{Null}(A+I)$ we may complete our diagram with
$$
begin{array}{ccc}
v & w & x \
e_1
end{array}
$$
This gives $A=PJP^{-1}$ where
$$
P = left[begin{array}{rrrr}
-5 & 1 & 1 & 0 \
5 & 0 & 0 & 0 \
0 & 0 & 0 & 5 \
5 & 0 & -1 & 1
end{array}right]
$$
Let's follow the algorithm described here.
It seems that you have found that the characteristic polynomial of $A$ is
$$
chi_A(t)=(t+1)^4
$$
so the only eigenvalue of $A$ is $lambda=-1$ with algebraic multiplicity $m=4$. Note that
begin{align*}
A+I &= left[begin{array}{rrrr}
-5 & 0 & 1 & -5 \
5 & 0 & -1 & 5 \
0 & 0 & 0 & 0 \
5 & 0 & -1 & 5
end{array}right]
&
(A+I)^2
&=
left[begin{array}{rrrr}
0 & 0 & 0 & 0 \
0 & 0 & 0 & 0 \
0 & 0 & 0 & 0 \
0 & 0 & 0 & 0
end{array}right]
end{align*}
so
begin{align*}
dimoperatorname{Null}(A+I) &= 3 & dimoperatorname{Null}((A+I)^2) &= 4
end{align*}
we then compute the numbers
begin{align*}
d_1 &= dimoperatorname{Null}(A+I) & d_2 &= dimoperatorname{Null}((A+I)^2)-dimoperatorname{Null}(A+I) \
&= 3 & &= 4-3 \
& & &=1
end{align*}
so we must fill the boxes
$$
begin{array}{ccc}
Box & Box & Box \
Box
end{array}
$$
with vectors. Note that $e_1=langle1, 0, 0, 0rangle$ satisfies $e_1inoperatorname{Null}((A+I)^2)$ but $e_1notinoperatorname{Null}(A+I)$. Put
$$
v=(A+I)e_1=leftlangle-5,,5,,0,,5rightrangle
$$
so the diagram takes the form
$$
begin{array}{ccc}
v & Box & Box \
e_1
end{array}
$$
Since $w=leftlangle1,,0,,0,,-1rightrangle$ and $x=leftlangle0,,0,,5,,1rightrangle$ are two linearly independent vectors in $operatorname{Null}(A+I)$ that yield a basis ${v, w, x}$ of $operatorname{Null}(A+I)$ we may complete our diagram with
$$
begin{array}{ccc}
v & w & x \
e_1
end{array}
$$
This gives $A=PJP^{-1}$ where
$$
P = left[begin{array}{rrrr}
-5 & 1 & 1 & 0 \
5 & 0 & 0 & 0 \
0 & 0 & 0 & 5 \
5 & 0 & -1 & 1
end{array}right]
$$
edited Dec 1 at 17:57
answered Dec 1 at 17:37
Brian Fitzpatrick
21k42958
21k42958
add a comment |
add a comment |
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3021591%2ffind-a-matrix-p-such-that-p-1ap-j-where-j-is-in-jordan-normal-form%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Depending on the proof of the Jordan canonical form you know, this falls right out. I recommend Artin's algebra
– qbert
Dec 1 at 17:37