Is the maximum rotation by multiplying a positive definite matrix is less than 90 degrees?
$begingroup$
To have intuition, I think of rotation of a vector $v$ in a two dimensional space. A vector can be rotated by multiplying the rotation matrix as
$$
R=begin{bmatrix}
costheta & -sintheta \
sintheta & costheta \
end{bmatrix}
$$
However, the rotation matrix is positive definite only or $-frac{pi}{2}leq theta leq frac{pi}{2}$.
So, if we impose the positive definiteness onto the rotation matrix, it just can rotate the vector at most 90 degrees (clockwise or counterclockwise).
Now, since every matrix multiplication has its rotational effect, can we conclude that the maximum rotation by multiplying a positive definite matrix is less than 90 degrees?
linear-algebra rotations
$endgroup$
add a comment |
$begingroup$
To have intuition, I think of rotation of a vector $v$ in a two dimensional space. A vector can be rotated by multiplying the rotation matrix as
$$
R=begin{bmatrix}
costheta & -sintheta \
sintheta & costheta \
end{bmatrix}
$$
However, the rotation matrix is positive definite only or $-frac{pi}{2}leq theta leq frac{pi}{2}$.
So, if we impose the positive definiteness onto the rotation matrix, it just can rotate the vector at most 90 degrees (clockwise or counterclockwise).
Now, since every matrix multiplication has its rotational effect, can we conclude that the maximum rotation by multiplying a positive definite matrix is less than 90 degrees?
linear-algebra rotations
$endgroup$
2
$begingroup$
Aren't positive definite matrices usually assumed to be symmetric? So in general a rotation matrix would not qualify. In any case, one key property of a positive definite matrix is that it has real, positive eigenvalues. Rotation matrices don't have that property.
$endgroup$
– Bungo
May 15 '18 at 17:36
$begingroup$
Thank you. However, can we compare the maximum rotation of a vector which is multiplied by a positive definite matrix?
$endgroup$
– Saeed
May 15 '18 at 18:52
$begingroup$
@Bungo If the field is complex then positive definite implies symmetric; but in case of the real field, positive definite need not mean symmetric.
$endgroup$
– zimbra314
Jan 4 at 4:25
add a comment |
$begingroup$
To have intuition, I think of rotation of a vector $v$ in a two dimensional space. A vector can be rotated by multiplying the rotation matrix as
$$
R=begin{bmatrix}
costheta & -sintheta \
sintheta & costheta \
end{bmatrix}
$$
However, the rotation matrix is positive definite only or $-frac{pi}{2}leq theta leq frac{pi}{2}$.
So, if we impose the positive definiteness onto the rotation matrix, it just can rotate the vector at most 90 degrees (clockwise or counterclockwise).
Now, since every matrix multiplication has its rotational effect, can we conclude that the maximum rotation by multiplying a positive definite matrix is less than 90 degrees?
linear-algebra rotations
$endgroup$
To have intuition, I think of rotation of a vector $v$ in a two dimensional space. A vector can be rotated by multiplying the rotation matrix as
$$
R=begin{bmatrix}
costheta & -sintheta \
sintheta & costheta \
end{bmatrix}
$$
However, the rotation matrix is positive definite only or $-frac{pi}{2}leq theta leq frac{pi}{2}$.
So, if we impose the positive definiteness onto the rotation matrix, it just can rotate the vector at most 90 degrees (clockwise or counterclockwise).
Now, since every matrix multiplication has its rotational effect, can we conclude that the maximum rotation by multiplying a positive definite matrix is less than 90 degrees?
linear-algebra rotations
linear-algebra rotations
edited Jan 4 at 4:10
Diglett
9821521
9821521
asked May 15 '18 at 17:10
SaeedSaeed
1,105310
1,105310
2
$begingroup$
Aren't positive definite matrices usually assumed to be symmetric? So in general a rotation matrix would not qualify. In any case, one key property of a positive definite matrix is that it has real, positive eigenvalues. Rotation matrices don't have that property.
$endgroup$
– Bungo
May 15 '18 at 17:36
$begingroup$
Thank you. However, can we compare the maximum rotation of a vector which is multiplied by a positive definite matrix?
$endgroup$
– Saeed
May 15 '18 at 18:52
$begingroup$
@Bungo If the field is complex then positive definite implies symmetric; but in case of the real field, positive definite need not mean symmetric.
$endgroup$
– zimbra314
Jan 4 at 4:25
add a comment |
2
$begingroup$
Aren't positive definite matrices usually assumed to be symmetric? So in general a rotation matrix would not qualify. In any case, one key property of a positive definite matrix is that it has real, positive eigenvalues. Rotation matrices don't have that property.
$endgroup$
– Bungo
May 15 '18 at 17:36
$begingroup$
Thank you. However, can we compare the maximum rotation of a vector which is multiplied by a positive definite matrix?
$endgroup$
– Saeed
May 15 '18 at 18:52
$begingroup$
@Bungo If the field is complex then positive definite implies symmetric; but in case of the real field, positive definite need not mean symmetric.
$endgroup$
– zimbra314
Jan 4 at 4:25
2
2
$begingroup$
Aren't positive definite matrices usually assumed to be symmetric? So in general a rotation matrix would not qualify. In any case, one key property of a positive definite matrix is that it has real, positive eigenvalues. Rotation matrices don't have that property.
$endgroup$
– Bungo
May 15 '18 at 17:36
$begingroup$
Aren't positive definite matrices usually assumed to be symmetric? So in general a rotation matrix would not qualify. In any case, one key property of a positive definite matrix is that it has real, positive eigenvalues. Rotation matrices don't have that property.
$endgroup$
– Bungo
May 15 '18 at 17:36
$begingroup$
Thank you. However, can we compare the maximum rotation of a vector which is multiplied by a positive definite matrix?
$endgroup$
– Saeed
May 15 '18 at 18:52
$begingroup$
Thank you. However, can we compare the maximum rotation of a vector which is multiplied by a positive definite matrix?
$endgroup$
– Saeed
May 15 '18 at 18:52
$begingroup$
@Bungo If the field is complex then positive definite implies symmetric; but in case of the real field, positive definite need not mean symmetric.
$endgroup$
– zimbra314
Jan 4 at 4:25
$begingroup$
@Bungo If the field is complex then positive definite implies symmetric; but in case of the real field, positive definite need not mean symmetric.
$endgroup$
– zimbra314
Jan 4 at 4:25
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
Yes. Suppose A is a 2x2 positive definite matrix. Then for any non-zero x, $x' A x > 0$. But $x' A x = |x| |Ax| cos(theta)$, for $theta$ the angle between x and Ax, from which we see that $cos(theta) > 0$ and thus $theta$ must be between $-pi/2$ and $pi/2$.
$endgroup$
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%2f2782529%2fis-the-maximum-rotation-by-multiplying-a-positive-definite-matrix-is-less-than-9%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
$begingroup$
Yes. Suppose A is a 2x2 positive definite matrix. Then for any non-zero x, $x' A x > 0$. But $x' A x = |x| |Ax| cos(theta)$, for $theta$ the angle between x and Ax, from which we see that $cos(theta) > 0$ and thus $theta$ must be between $-pi/2$ and $pi/2$.
$endgroup$
add a comment |
$begingroup$
Yes. Suppose A is a 2x2 positive definite matrix. Then for any non-zero x, $x' A x > 0$. But $x' A x = |x| |Ax| cos(theta)$, for $theta$ the angle between x and Ax, from which we see that $cos(theta) > 0$ and thus $theta$ must be between $-pi/2$ and $pi/2$.
$endgroup$
add a comment |
$begingroup$
Yes. Suppose A is a 2x2 positive definite matrix. Then for any non-zero x, $x' A x > 0$. But $x' A x = |x| |Ax| cos(theta)$, for $theta$ the angle between x and Ax, from which we see that $cos(theta) > 0$ and thus $theta$ must be between $-pi/2$ and $pi/2$.
$endgroup$
Yes. Suppose A is a 2x2 positive definite matrix. Then for any non-zero x, $x' A x > 0$. But $x' A x = |x| |Ax| cos(theta)$, for $theta$ the angle between x and Ax, from which we see that $cos(theta) > 0$ and thus $theta$ must be between $-pi/2$ and $pi/2$.
answered Jan 4 at 3:32
Jonathan RothJonathan Roth
1
1
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.
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%2f2782529%2fis-the-maximum-rotation-by-multiplying-a-positive-definite-matrix-is-less-than-9%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
2
$begingroup$
Aren't positive definite matrices usually assumed to be symmetric? So in general a rotation matrix would not qualify. In any case, one key property of a positive definite matrix is that it has real, positive eigenvalues. Rotation matrices don't have that property.
$endgroup$
– Bungo
May 15 '18 at 17:36
$begingroup$
Thank you. However, can we compare the maximum rotation of a vector which is multiplied by a positive definite matrix?
$endgroup$
– Saeed
May 15 '18 at 18:52
$begingroup$
@Bungo If the field is complex then positive definite implies symmetric; but in case of the real field, positive definite need not mean symmetric.
$endgroup$
– zimbra314
Jan 4 at 4:25