Is the maximum rotation by multiplying a positive definite matrix is less than 90 degrees?












1














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?










share|cite|improve this question




















  • 2




    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.
    – Bungo
    May 15 '18 at 17:36












  • Thank you. However, can we compare the maximum rotation of a vector which is multiplied by a positive definite matrix?
    – Saeed
    May 15 '18 at 18:52










  • @Bungo If the field is complex then positive definite implies symmetric; but in case of the real field, positive definite need not mean symmetric.
    – zimbra314
    Jan 4 at 4:25
















1














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?










share|cite|improve this question




















  • 2




    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.
    – Bungo
    May 15 '18 at 17:36












  • Thank you. However, can we compare the maximum rotation of a vector which is multiplied by a positive definite matrix?
    – Saeed
    May 15 '18 at 18:52










  • @Bungo If the field is complex then positive definite implies symmetric; but in case of the real field, positive definite need not mean symmetric.
    – zimbra314
    Jan 4 at 4:25














1












1








1


1





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?










share|cite|improve this question















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






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited Jan 4 at 4:10









Diglett

9211521




9211521










asked May 15 '18 at 17:10









SaeedSaeed

710310




710310








  • 2




    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.
    – Bungo
    May 15 '18 at 17:36












  • Thank you. However, can we compare the maximum rotation of a vector which is multiplied by a positive definite matrix?
    – Saeed
    May 15 '18 at 18:52










  • @Bungo If the field is complex then positive definite implies symmetric; but in case of the real field, positive definite need not mean symmetric.
    – zimbra314
    Jan 4 at 4:25














  • 2




    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.
    – Bungo
    May 15 '18 at 17:36












  • Thank you. However, can we compare the maximum rotation of a vector which is multiplied by a positive definite matrix?
    – Saeed
    May 15 '18 at 18:52










  • @Bungo If the field is complex then positive definite implies symmetric; but in case of the real field, positive definite need not mean symmetric.
    – zimbra314
    Jan 4 at 4:25








2




2




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.
– Bungo
May 15 '18 at 17:36






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.
– Bungo
May 15 '18 at 17:36














Thank you. However, can we compare the maximum rotation of a vector which is multiplied by a positive definite matrix?
– Saeed
May 15 '18 at 18:52




Thank you. However, can we compare the maximum rotation of a vector which is multiplied by a positive definite matrix?
– Saeed
May 15 '18 at 18:52












@Bungo If the field is complex then positive definite implies symmetric; but in case of the real field, positive definite need not mean symmetric.
– zimbra314
Jan 4 at 4:25




@Bungo If the field is complex then positive definite implies symmetric; but in case of the real field, positive definite need not mean symmetric.
– zimbra314
Jan 4 at 4:25










1 Answer
1






active

oldest

votes


















0














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$.






share|cite|improve this answer








New contributor




Jonathan Roth is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.


















    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
    });


    }
    });














    draft saved

    draft discarded


















    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









    0














    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$.






    share|cite|improve this answer








    New contributor




    Jonathan Roth is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.























      0














      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$.






      share|cite|improve this answer








      New contributor




      Jonathan Roth is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





















        0












        0








        0






        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$.






        share|cite|improve this answer








        New contributor




        Jonathan Roth is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.









        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$.







        share|cite|improve this answer








        New contributor




        Jonathan Roth is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.









        share|cite|improve this answer



        share|cite|improve this answer






        New contributor




        Jonathan Roth is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.









        answered Jan 4 at 3:32









        Jonathan RothJonathan Roth

        1




        1




        New contributor




        Jonathan Roth is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.





        New contributor





        Jonathan Roth is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.






        Jonathan Roth is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.






























            draft saved

            draft discarded




















































            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.




            draft saved


            draft discarded














            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





















































            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







            Popular posts from this blog

            An IMO inspired problem

            Management

            Has there ever been an instance of an active nuclear power plant within or near a war zone?