Decomposing Square Matrix Into Two Matrices Which Are Transposes of Each Other

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











up vote
0
down vote

favorite












Let $X$ be a real-valued square $n times n$ matrix.



Is there decomposition $X = Lambda Lambda^top$ where $Lambda$ is a a real-valued $n times k$ matrix, that always exists?







share|cite|improve this question















  • 3




    $Lambda Lambda^top$ is always symmetric.
    – Lord Shark the Unknown
    Jul 23 at 18:27






  • 3




    ..and positive semi-definite
    –  mheldman
    Jul 23 at 18:32











  • Oh of course, Thanks!
    – stollenm
    Jul 23 at 18:32










  • Interestingly, if $X$ is complex and symmetric, then there exists a complex $Lambda$ so that $X = Lambda Lambda^T$
    – Omnomnomnom
    Jul 23 at 18:43














up vote
0
down vote

favorite












Let $X$ be a real-valued square $n times n$ matrix.



Is there decomposition $X = Lambda Lambda^top$ where $Lambda$ is a a real-valued $n times k$ matrix, that always exists?







share|cite|improve this question















  • 3




    $Lambda Lambda^top$ is always symmetric.
    – Lord Shark the Unknown
    Jul 23 at 18:27






  • 3




    ..and positive semi-definite
    –  mheldman
    Jul 23 at 18:32











  • Oh of course, Thanks!
    – stollenm
    Jul 23 at 18:32










  • Interestingly, if $X$ is complex and symmetric, then there exists a complex $Lambda$ so that $X = Lambda Lambda^T$
    – Omnomnomnom
    Jul 23 at 18:43












up vote
0
down vote

favorite









up vote
0
down vote

favorite











Let $X$ be a real-valued square $n times n$ matrix.



Is there decomposition $X = Lambda Lambda^top$ where $Lambda$ is a a real-valued $n times k$ matrix, that always exists?







share|cite|improve this question











Let $X$ be a real-valued square $n times n$ matrix.



Is there decomposition $X = Lambda Lambda^top$ where $Lambda$ is a a real-valued $n times k$ matrix, that always exists?









share|cite|improve this question










share|cite|improve this question




share|cite|improve this question









asked Jul 23 at 18:24









stollenm

21519




21519







  • 3




    $Lambda Lambda^top$ is always symmetric.
    – Lord Shark the Unknown
    Jul 23 at 18:27






  • 3




    ..and positive semi-definite
    –  mheldman
    Jul 23 at 18:32











  • Oh of course, Thanks!
    – stollenm
    Jul 23 at 18:32










  • Interestingly, if $X$ is complex and symmetric, then there exists a complex $Lambda$ so that $X = Lambda Lambda^T$
    – Omnomnomnom
    Jul 23 at 18:43












  • 3




    $Lambda Lambda^top$ is always symmetric.
    – Lord Shark the Unknown
    Jul 23 at 18:27






  • 3




    ..and positive semi-definite
    –  mheldman
    Jul 23 at 18:32











  • Oh of course, Thanks!
    – stollenm
    Jul 23 at 18:32










  • Interestingly, if $X$ is complex and symmetric, then there exists a complex $Lambda$ so that $X = Lambda Lambda^T$
    – Omnomnomnom
    Jul 23 at 18:43







3




3




$Lambda Lambda^top$ is always symmetric.
– Lord Shark the Unknown
Jul 23 at 18:27




$Lambda Lambda^top$ is always symmetric.
– Lord Shark the Unknown
Jul 23 at 18:27




3




3




..and positive semi-definite
–  mheldman
Jul 23 at 18:32





..and positive semi-definite
–  mheldman
Jul 23 at 18:32













Oh of course, Thanks!
– stollenm
Jul 23 at 18:32




Oh of course, Thanks!
– stollenm
Jul 23 at 18:32












Interestingly, if $X$ is complex and symmetric, then there exists a complex $Lambda$ so that $X = Lambda Lambda^T$
– Omnomnomnom
Jul 23 at 18:43




Interestingly, if $X$ is complex and symmetric, then there exists a complex $Lambda$ so that $X = Lambda Lambda^T$
– Omnomnomnom
Jul 23 at 18:43










2 Answers
2






active

oldest

votes

















up vote
1
down vote



accepted










Every real symmetric matrix can be written in the form



$$ X = Q D Q^T $$



where $Q$ is formed from an orthonormal set of eigenvectors of $X$ and the diagonal of $D$ contains the corresponding eigenvalues. If the eigenvalues are non-negative, then the real matrix $Lambda = PD^1/2$ satisfies your condition.



$$ X = (PD^1/2)(D^1/2P^T) = Lambda Lambda^T $$



Note that all matrices formed by the product $ Lambda Lambda^T $ are positive semidefinite, so the following statements are equivalent:



  1. $X$ is a real positive semidefinite matrix.

  2. There exists a real matrix $Lambda$ such that $X = Lambda Lambda^T$.





share|cite|improve this answer




























    up vote
    1
    down vote













    If $X in mathbbC^m times m$ is positive definite and hermitian then there exists the Cholesky decomposition such that



    $$ X = R^*R$$



    where



    $$ X = underbraceR_1^*R_2^* cdots R_m^* _R^*underbraceR_m cdots R_2 R_1_R$$



    with
    $$ X = R^*R , r_jj > 0 $$
    which can be done as



    enter image description here






    share|cite|improve this answer























      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%2f2860643%2fdecomposing-square-matrix-into-two-matrices-which-are-transposes-of-each-other%23new-answer', 'question_page');

      );

      Post as a guest






























      2 Answers
      2






      active

      oldest

      votes








      2 Answers
      2






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes








      up vote
      1
      down vote



      accepted










      Every real symmetric matrix can be written in the form



      $$ X = Q D Q^T $$



      where $Q$ is formed from an orthonormal set of eigenvectors of $X$ and the diagonal of $D$ contains the corresponding eigenvalues. If the eigenvalues are non-negative, then the real matrix $Lambda = PD^1/2$ satisfies your condition.



      $$ X = (PD^1/2)(D^1/2P^T) = Lambda Lambda^T $$



      Note that all matrices formed by the product $ Lambda Lambda^T $ are positive semidefinite, so the following statements are equivalent:



      1. $X$ is a real positive semidefinite matrix.

      2. There exists a real matrix $Lambda$ such that $X = Lambda Lambda^T$.





      share|cite|improve this answer

























        up vote
        1
        down vote



        accepted










        Every real symmetric matrix can be written in the form



        $$ X = Q D Q^T $$



        where $Q$ is formed from an orthonormal set of eigenvectors of $X$ and the diagonal of $D$ contains the corresponding eigenvalues. If the eigenvalues are non-negative, then the real matrix $Lambda = PD^1/2$ satisfies your condition.



        $$ X = (PD^1/2)(D^1/2P^T) = Lambda Lambda^T $$



        Note that all matrices formed by the product $ Lambda Lambda^T $ are positive semidefinite, so the following statements are equivalent:



        1. $X$ is a real positive semidefinite matrix.

        2. There exists a real matrix $Lambda$ such that $X = Lambda Lambda^T$.





        share|cite|improve this answer























          up vote
          1
          down vote



          accepted







          up vote
          1
          down vote



          accepted






          Every real symmetric matrix can be written in the form



          $$ X = Q D Q^T $$



          where $Q$ is formed from an orthonormal set of eigenvectors of $X$ and the diagonal of $D$ contains the corresponding eigenvalues. If the eigenvalues are non-negative, then the real matrix $Lambda = PD^1/2$ satisfies your condition.



          $$ X = (PD^1/2)(D^1/2P^T) = Lambda Lambda^T $$



          Note that all matrices formed by the product $ Lambda Lambda^T $ are positive semidefinite, so the following statements are equivalent:



          1. $X$ is a real positive semidefinite matrix.

          2. There exists a real matrix $Lambda$ such that $X = Lambda Lambda^T$.





          share|cite|improve this answer













          Every real symmetric matrix can be written in the form



          $$ X = Q D Q^T $$



          where $Q$ is formed from an orthonormal set of eigenvectors of $X$ and the diagonal of $D$ contains the corresponding eigenvalues. If the eigenvalues are non-negative, then the real matrix $Lambda = PD^1/2$ satisfies your condition.



          $$ X = (PD^1/2)(D^1/2P^T) = Lambda Lambda^T $$



          Note that all matrices formed by the product $ Lambda Lambda^T $ are positive semidefinite, so the following statements are equivalent:



          1. $X$ is a real positive semidefinite matrix.

          2. There exists a real matrix $Lambda$ such that $X = Lambda Lambda^T$.






          share|cite|improve this answer













          share|cite|improve this answer



          share|cite|improve this answer











          answered Jul 23 at 19:10









          Jared Goguen

          890514




          890514




















              up vote
              1
              down vote













              If $X in mathbbC^m times m$ is positive definite and hermitian then there exists the Cholesky decomposition such that



              $$ X = R^*R$$



              where



              $$ X = underbraceR_1^*R_2^* cdots R_m^* _R^*underbraceR_m cdots R_2 R_1_R$$



              with
              $$ X = R^*R , r_jj > 0 $$
              which can be done as



              enter image description here






              share|cite|improve this answer



























                up vote
                1
                down vote













                If $X in mathbbC^m times m$ is positive definite and hermitian then there exists the Cholesky decomposition such that



                $$ X = R^*R$$



                where



                $$ X = underbraceR_1^*R_2^* cdots R_m^* _R^*underbraceR_m cdots R_2 R_1_R$$



                with
                $$ X = R^*R , r_jj > 0 $$
                which can be done as



                enter image description here






                share|cite|improve this answer

























                  up vote
                  1
                  down vote










                  up vote
                  1
                  down vote









                  If $X in mathbbC^m times m$ is positive definite and hermitian then there exists the Cholesky decomposition such that



                  $$ X = R^*R$$



                  where



                  $$ X = underbraceR_1^*R_2^* cdots R_m^* _R^*underbraceR_m cdots R_2 R_1_R$$



                  with
                  $$ X = R^*R , r_jj > 0 $$
                  which can be done as



                  enter image description here






                  share|cite|improve this answer















                  If $X in mathbbC^m times m$ is positive definite and hermitian then there exists the Cholesky decomposition such that



                  $$ X = R^*R$$



                  where



                  $$ X = underbraceR_1^*R_2^* cdots R_m^* _R^*underbraceR_m cdots R_2 R_1_R$$



                  with
                  $$ X = R^*R , r_jj > 0 $$
                  which can be done as



                  enter image description here







                  share|cite|improve this answer















                  share|cite|improve this answer



                  share|cite|improve this answer








                  edited Jul 23 at 22:55


























                  answered Jul 23 at 19:22









                  RHowe

                  1,010815




                  1,010815






















                       

                      draft saved


                      draft discarded


























                       


                      draft saved


                      draft discarded














                      StackExchange.ready(
                      function ()
                      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2860643%2fdecomposing-square-matrix-into-two-matrices-which-are-transposes-of-each-other%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?