Multiplications that preserve singular values












0












$begingroup$


What is the characterization of matrices $B$(not necessarily squared) such that $BA$ has the same largest singular value as $A$? How about when $BA$ preserves the same $k$ largest singular values of $A$?



What if $A$ is a positive definite matrix?



I know that $B$ where the columns of $B$ are orthonormal satisfies this, but is that all?



I would really appreciate it if someone can guide me in the right direction.










share|cite|improve this question









$endgroup$

















    0












    $begingroup$


    What is the characterization of matrices $B$(not necessarily squared) such that $BA$ has the same largest singular value as $A$? How about when $BA$ preserves the same $k$ largest singular values of $A$?



    What if $A$ is a positive definite matrix?



    I know that $B$ where the columns of $B$ are orthonormal satisfies this, but is that all?



    I would really appreciate it if someone can guide me in the right direction.










    share|cite|improve this question









    $endgroup$















      0












      0








      0





      $begingroup$


      What is the characterization of matrices $B$(not necessarily squared) such that $BA$ has the same largest singular value as $A$? How about when $BA$ preserves the same $k$ largest singular values of $A$?



      What if $A$ is a positive definite matrix?



      I know that $B$ where the columns of $B$ are orthonormal satisfies this, but is that all?



      I would really appreciate it if someone can guide me in the right direction.










      share|cite|improve this question









      $endgroup$




      What is the characterization of matrices $B$(not necessarily squared) such that $BA$ has the same largest singular value as $A$? How about when $BA$ preserves the same $k$ largest singular values of $A$?



      What if $A$ is a positive definite matrix?



      I know that $B$ where the columns of $B$ are orthonormal satisfies this, but is that all?



      I would really appreciate it if someone can guide me in the right direction.







      linear-algebra matrices numerical-linear-algebra matrix-decomposition






      share|cite|improve this question













      share|cite|improve this question











      share|cite|improve this question




      share|cite|improve this question










      asked Dec 17 '18 at 1:31









      Evan LiangEvan Liang

      11




      11






















          1 Answer
          1






          active

          oldest

          votes


















          0












          $begingroup$

          I think it depends on the matching between left and right singular vectors. We can look at Singular Value Decomposition of both A and B:
          begin{align}
          A &= USigma V^T\
          B &= YPsi Z^T \
          BA &= YPsi Z^T USigma V^T
          end{align}

          Since we look for singular values, we can get rid of orthogonal matrices at the margins:
          $$sigma(BA) equiv sigma( Psi Z^T USigma) $$
          We do not know anything about the singular values (or eigenvalues in square case) of the matrix $D_1 C D_2$ where $D_1$ and $D_2$ are diagonal matrices and C is any matrix with known singular values. If $C$ is also diagonal matrix which is $Z^TU=I$ in your case, then of course, you can find the singular values. As a result of this analysis, positive definiteness of A is irrelevant.
          If B is an orthogonal matrix then we have:
          $$sigma(BA) equiv sigma( B USigma) $$
          so, as a special case, if $B^TB = I$ i.e. column of $B$ constitutes an orthogonal set of vectors (no need B to be orthonormal) then:
          $$sigma(BA) equiv sigma( B USigma) =sigma(USigma) = sigma(Sigma)$$
          Moreover, if all singular values of $BU$ is 1, then again
          $$sigma(BA) = sigma(Sigma).$$ These are the cases that we can say something about singular values of $D_1 C D_2$.






          share|cite|improve this answer











          $endgroup$













            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%2f3043439%2fmultiplications-that-preserve-singular-values%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












            $begingroup$

            I think it depends on the matching between left and right singular vectors. We can look at Singular Value Decomposition of both A and B:
            begin{align}
            A &= USigma V^T\
            B &= YPsi Z^T \
            BA &= YPsi Z^T USigma V^T
            end{align}

            Since we look for singular values, we can get rid of orthogonal matrices at the margins:
            $$sigma(BA) equiv sigma( Psi Z^T USigma) $$
            We do not know anything about the singular values (or eigenvalues in square case) of the matrix $D_1 C D_2$ where $D_1$ and $D_2$ are diagonal matrices and C is any matrix with known singular values. If $C$ is also diagonal matrix which is $Z^TU=I$ in your case, then of course, you can find the singular values. As a result of this analysis, positive definiteness of A is irrelevant.
            If B is an orthogonal matrix then we have:
            $$sigma(BA) equiv sigma( B USigma) $$
            so, as a special case, if $B^TB = I$ i.e. column of $B$ constitutes an orthogonal set of vectors (no need B to be orthonormal) then:
            $$sigma(BA) equiv sigma( B USigma) =sigma(USigma) = sigma(Sigma)$$
            Moreover, if all singular values of $BU$ is 1, then again
            $$sigma(BA) = sigma(Sigma).$$ These are the cases that we can say something about singular values of $D_1 C D_2$.






            share|cite|improve this answer











            $endgroup$


















              0












              $begingroup$

              I think it depends on the matching between left and right singular vectors. We can look at Singular Value Decomposition of both A and B:
              begin{align}
              A &= USigma V^T\
              B &= YPsi Z^T \
              BA &= YPsi Z^T USigma V^T
              end{align}

              Since we look for singular values, we can get rid of orthogonal matrices at the margins:
              $$sigma(BA) equiv sigma( Psi Z^T USigma) $$
              We do not know anything about the singular values (or eigenvalues in square case) of the matrix $D_1 C D_2$ where $D_1$ and $D_2$ are diagonal matrices and C is any matrix with known singular values. If $C$ is also diagonal matrix which is $Z^TU=I$ in your case, then of course, you can find the singular values. As a result of this analysis, positive definiteness of A is irrelevant.
              If B is an orthogonal matrix then we have:
              $$sigma(BA) equiv sigma( B USigma) $$
              so, as a special case, if $B^TB = I$ i.e. column of $B$ constitutes an orthogonal set of vectors (no need B to be orthonormal) then:
              $$sigma(BA) equiv sigma( B USigma) =sigma(USigma) = sigma(Sigma)$$
              Moreover, if all singular values of $BU$ is 1, then again
              $$sigma(BA) = sigma(Sigma).$$ These are the cases that we can say something about singular values of $D_1 C D_2$.






              share|cite|improve this answer











              $endgroup$
















                0












                0








                0





                $begingroup$

                I think it depends on the matching between left and right singular vectors. We can look at Singular Value Decomposition of both A and B:
                begin{align}
                A &= USigma V^T\
                B &= YPsi Z^T \
                BA &= YPsi Z^T USigma V^T
                end{align}

                Since we look for singular values, we can get rid of orthogonal matrices at the margins:
                $$sigma(BA) equiv sigma( Psi Z^T USigma) $$
                We do not know anything about the singular values (or eigenvalues in square case) of the matrix $D_1 C D_2$ where $D_1$ and $D_2$ are diagonal matrices and C is any matrix with known singular values. If $C$ is also diagonal matrix which is $Z^TU=I$ in your case, then of course, you can find the singular values. As a result of this analysis, positive definiteness of A is irrelevant.
                If B is an orthogonal matrix then we have:
                $$sigma(BA) equiv sigma( B USigma) $$
                so, as a special case, if $B^TB = I$ i.e. column of $B$ constitutes an orthogonal set of vectors (no need B to be orthonormal) then:
                $$sigma(BA) equiv sigma( B USigma) =sigma(USigma) = sigma(Sigma)$$
                Moreover, if all singular values of $BU$ is 1, then again
                $$sigma(BA) = sigma(Sigma).$$ These are the cases that we can say something about singular values of $D_1 C D_2$.






                share|cite|improve this answer











                $endgroup$



                I think it depends on the matching between left and right singular vectors. We can look at Singular Value Decomposition of both A and B:
                begin{align}
                A &= USigma V^T\
                B &= YPsi Z^T \
                BA &= YPsi Z^T USigma V^T
                end{align}

                Since we look for singular values, we can get rid of orthogonal matrices at the margins:
                $$sigma(BA) equiv sigma( Psi Z^T USigma) $$
                We do not know anything about the singular values (or eigenvalues in square case) of the matrix $D_1 C D_2$ where $D_1$ and $D_2$ are diagonal matrices and C is any matrix with known singular values. If $C$ is also diagonal matrix which is $Z^TU=I$ in your case, then of course, you can find the singular values. As a result of this analysis, positive definiteness of A is irrelevant.
                If B is an orthogonal matrix then we have:
                $$sigma(BA) equiv sigma( B USigma) $$
                so, as a special case, if $B^TB = I$ i.e. column of $B$ constitutes an orthogonal set of vectors (no need B to be orthonormal) then:
                $$sigma(BA) equiv sigma( B USigma) =sigma(USigma) = sigma(Sigma)$$
                Moreover, if all singular values of $BU$ is 1, then again
                $$sigma(BA) = sigma(Sigma).$$ These are the cases that we can say something about singular values of $D_1 C D_2$.







                share|cite|improve this answer














                share|cite|improve this answer



                share|cite|improve this answer








                edited Dec 17 '18 at 16:54

























                answered Dec 17 '18 at 16:49









                KurbanKurban

                406




                406






























                    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.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function () {
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3043439%2fmultiplications-that-preserve-singular-values%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