Constructing Singular ValueDdecomposition for a Product of two Matrices

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
-1
down vote

favorite












Given real matrices A,B with appropriate dimensions to compute the product AB
and given the SVD of matrix A:
$$ A=U_A S_A V_A^T $$



Is there a way or method to construct SVD(AB) analytically?
$$ A=U_AB S_AB V_AB^T $$



I am mainly interested in the relation between orthonormal bases V_A and V_AB.
There has to be a transformation (rotation?) T that depends on matrix B (and maybe also A).
$$ V_AB = T V_A $$
How can I compute T ?



In my specific case B is a lower-triangular matrix obtained by a Choleski Decomposition. Eventually this simplifies the problem.



I already checked a number of old papers from Golub, Paige, Stoer, Moor, ... but that didn't really help me.



https://epubs.siam.org/doi/pdf/10.1137/S0895479897325578



https://epubs.siam.org/doi/pdf/10.1137/0613060



Thanks for your support!







share|cite|improve this question























    up vote
    -1
    down vote

    favorite












    Given real matrices A,B with appropriate dimensions to compute the product AB
    and given the SVD of matrix A:
    $$ A=U_A S_A V_A^T $$



    Is there a way or method to construct SVD(AB) analytically?
    $$ A=U_AB S_AB V_AB^T $$



    I am mainly interested in the relation between orthonormal bases V_A and V_AB.
    There has to be a transformation (rotation?) T that depends on matrix B (and maybe also A).
    $$ V_AB = T V_A $$
    How can I compute T ?



    In my specific case B is a lower-triangular matrix obtained by a Choleski Decomposition. Eventually this simplifies the problem.



    I already checked a number of old papers from Golub, Paige, Stoer, Moor, ... but that didn't really help me.



    https://epubs.siam.org/doi/pdf/10.1137/S0895479897325578



    https://epubs.siam.org/doi/pdf/10.1137/0613060



    Thanks for your support!







    share|cite|improve this question





















      up vote
      -1
      down vote

      favorite









      up vote
      -1
      down vote

      favorite











      Given real matrices A,B with appropriate dimensions to compute the product AB
      and given the SVD of matrix A:
      $$ A=U_A S_A V_A^T $$



      Is there a way or method to construct SVD(AB) analytically?
      $$ A=U_AB S_AB V_AB^T $$



      I am mainly interested in the relation between orthonormal bases V_A and V_AB.
      There has to be a transformation (rotation?) T that depends on matrix B (and maybe also A).
      $$ V_AB = T V_A $$
      How can I compute T ?



      In my specific case B is a lower-triangular matrix obtained by a Choleski Decomposition. Eventually this simplifies the problem.



      I already checked a number of old papers from Golub, Paige, Stoer, Moor, ... but that didn't really help me.



      https://epubs.siam.org/doi/pdf/10.1137/S0895479897325578



      https://epubs.siam.org/doi/pdf/10.1137/0613060



      Thanks for your support!







      share|cite|improve this question











      Given real matrices A,B with appropriate dimensions to compute the product AB
      and given the SVD of matrix A:
      $$ A=U_A S_A V_A^T $$



      Is there a way or method to construct SVD(AB) analytically?
      $$ A=U_AB S_AB V_AB^T $$



      I am mainly interested in the relation between orthonormal bases V_A and V_AB.
      There has to be a transformation (rotation?) T that depends on matrix B (and maybe also A).
      $$ V_AB = T V_A $$
      How can I compute T ?



      In my specific case B is a lower-triangular matrix obtained by a Choleski Decomposition. Eventually this simplifies the problem.



      I already checked a number of old papers from Golub, Paige, Stoer, Moor, ... but that didn't really help me.



      https://epubs.siam.org/doi/pdf/10.1137/S0895479897325578



      https://epubs.siam.org/doi/pdf/10.1137/0613060



      Thanks for your support!









      share|cite|improve this question










      share|cite|improve this question




      share|cite|improve this question









      asked Aug 3 at 9:06









      Beram

      1




      1

























          active

          oldest

          votes











          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',
          convertImagesToLinks: true,
          noModals: false,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          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%2f2870890%2fconstructing-singular-valueddecomposition-for-a-product-of-two-matrices%23new-answer', 'question_page');

          );

          Post as a guest



































          active

          oldest

          votes













          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes










           

          draft saved


          draft discarded


























           


          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2870890%2fconstructing-singular-valueddecomposition-for-a-product-of-two-matrices%23new-answer', 'question_page');

          );

          Post as a guest













































































          Comments

          Popular posts from this blog

          What is the equation of a 3D cone with generalised tilt?

          Color the edges and diagonals of a regular polygon

          Relationship between determinant of matrix and determinant of adjoint?