How do I find out that the following two matrices are similar?












2














How do I find out that the following two matrices are similar?
$N =
begin{pmatrix}
0 & 1 & 0 & 0 \
0 & 0 & 0 & 0 \
0 & 0 & 0 & 0 \
0 & 0 & 0 & 0
end{pmatrix}$



and $M=
begin{pmatrix}
0 & 0 & 0 & 0 \
0 & 0 & 0 & 0 \
0 & 0 & 0 & 1 \
0 & 0 & 0 & 0
end{pmatrix}$



I initially tried to think of the left multiplication of a matrix $P$ as a row operation and tried



$P=
begin{pmatrix}
0 & 0 & 1 & 0 \
0 & 1 & 0 & 0 \
1 & 0 & 0 & 0 \
0 & 0 & 0 & 1
end{pmatrix}$



such that $PN = begin{pmatrix}
0 & 0 & 0 & 0 \
0 & 0 & 0 & 0 \
0 & 1 & 0 & 0 \
0 & 0 & 0 & 0
end{pmatrix}$
but then $PNP^{-1} neq M$.



My linear algebra is a bit rusty. Is there a more elaborate way to do this?










share|cite|improve this question





























    2














    How do I find out that the following two matrices are similar?
    $N =
    begin{pmatrix}
    0 & 1 & 0 & 0 \
    0 & 0 & 0 & 0 \
    0 & 0 & 0 & 0 \
    0 & 0 & 0 & 0
    end{pmatrix}$



    and $M=
    begin{pmatrix}
    0 & 0 & 0 & 0 \
    0 & 0 & 0 & 0 \
    0 & 0 & 0 & 1 \
    0 & 0 & 0 & 0
    end{pmatrix}$



    I initially tried to think of the left multiplication of a matrix $P$ as a row operation and tried



    $P=
    begin{pmatrix}
    0 & 0 & 1 & 0 \
    0 & 1 & 0 & 0 \
    1 & 0 & 0 & 0 \
    0 & 0 & 0 & 1
    end{pmatrix}$



    such that $PN = begin{pmatrix}
    0 & 0 & 0 & 0 \
    0 & 0 & 0 & 0 \
    0 & 1 & 0 & 0 \
    0 & 0 & 0 & 0
    end{pmatrix}$
    but then $PNP^{-1} neq M$.



    My linear algebra is a bit rusty. Is there a more elaborate way to do this?










    share|cite|improve this question



























      2












      2








      2


      1





      How do I find out that the following two matrices are similar?
      $N =
      begin{pmatrix}
      0 & 1 & 0 & 0 \
      0 & 0 & 0 & 0 \
      0 & 0 & 0 & 0 \
      0 & 0 & 0 & 0
      end{pmatrix}$



      and $M=
      begin{pmatrix}
      0 & 0 & 0 & 0 \
      0 & 0 & 0 & 0 \
      0 & 0 & 0 & 1 \
      0 & 0 & 0 & 0
      end{pmatrix}$



      I initially tried to think of the left multiplication of a matrix $P$ as a row operation and tried



      $P=
      begin{pmatrix}
      0 & 0 & 1 & 0 \
      0 & 1 & 0 & 0 \
      1 & 0 & 0 & 0 \
      0 & 0 & 0 & 1
      end{pmatrix}$



      such that $PN = begin{pmatrix}
      0 & 0 & 0 & 0 \
      0 & 0 & 0 & 0 \
      0 & 1 & 0 & 0 \
      0 & 0 & 0 & 0
      end{pmatrix}$
      but then $PNP^{-1} neq M$.



      My linear algebra is a bit rusty. Is there a more elaborate way to do this?










      share|cite|improve this question















      How do I find out that the following two matrices are similar?
      $N =
      begin{pmatrix}
      0 & 1 & 0 & 0 \
      0 & 0 & 0 & 0 \
      0 & 0 & 0 & 0 \
      0 & 0 & 0 & 0
      end{pmatrix}$



      and $M=
      begin{pmatrix}
      0 & 0 & 0 & 0 \
      0 & 0 & 0 & 0 \
      0 & 0 & 0 & 1 \
      0 & 0 & 0 & 0
      end{pmatrix}$



      I initially tried to think of the left multiplication of a matrix $P$ as a row operation and tried



      $P=
      begin{pmatrix}
      0 & 0 & 1 & 0 \
      0 & 1 & 0 & 0 \
      1 & 0 & 0 & 0 \
      0 & 0 & 0 & 1
      end{pmatrix}$



      such that $PN = begin{pmatrix}
      0 & 0 & 0 & 0 \
      0 & 0 & 0 & 0 \
      0 & 1 & 0 & 0 \
      0 & 0 & 0 & 0
      end{pmatrix}$
      but then $PNP^{-1} neq M$.



      My linear algebra is a bit rusty. Is there a more elaborate way to do this?







      linear-algebra matrices






      share|cite|improve this question















      share|cite|improve this question













      share|cite|improve this question




      share|cite|improve this question








      edited 1 hour ago









      José Carlos Santos

      151k22122223




      151k22122223










      asked 1 hour ago









      MPB94

      25016




      25016






















          2 Answers
          2






          active

          oldest

          votes


















          8














          Let $(e_1,e_2,e_3,e_3)$ be the standard basis of $mathbb{R}^4$. You have





          • $N.e_1=0$;


          • $N.e_2=e_1$;


          • $N.e_3=0$;


          • $N.e_4=0$.


          You also have





          • $M.e_3=0$;


          • $M.e_4=e_3$;


          • $M.e_1=0$;


          • $M.e_2=0$.


          So, if you see $M$ as a linear map from $mathbb{R}^4$ into itself, the matrix of $M$ with respect to the basis $(e_3,e_4,e_1,e_2)$ is the matrix $N$. Therefore, $N$ and $M$ are similar.



          Or you can take$$P=begin{bmatrix}0&0&1&0\0&0&0&1\1&0&0&0\0&1&0&0end{bmatrix},$$which is basically the same thing.






          share|cite|improve this answer





























            3














            The two matrices are made of Jordan blocks; in $2times2$ block format, they are
            $$
            N=begin{bmatrix} J & 0 \ 0 & 0 end{bmatrix}
            qquad
            M=begin{bmatrix} 0 & 0 \ 0 & J end{bmatrix}
            $$

            You get similar matrices if you perform a row switch together with the corresponding column switch; in this case there is only one possible switch:
            $$
            M=begin{bmatrix} 0 & I_2 \ I_2 & 0 end{bmatrix} N
            begin{bmatrix} 0 & I_2 \ I_2 & 0 end{bmatrix}
            $$






            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',
              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%2f3060424%2fhow-do-i-find-out-that-the-following-two-matrices-are-similar%23new-answer', 'question_page');
              }
              );

              Post as a guest















              Required, but never shown

























              2 Answers
              2






              active

              oldest

              votes








              2 Answers
              2






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes









              8














              Let $(e_1,e_2,e_3,e_3)$ be the standard basis of $mathbb{R}^4$. You have





              • $N.e_1=0$;


              • $N.e_2=e_1$;


              • $N.e_3=0$;


              • $N.e_4=0$.


              You also have





              • $M.e_3=0$;


              • $M.e_4=e_3$;


              • $M.e_1=0$;


              • $M.e_2=0$.


              So, if you see $M$ as a linear map from $mathbb{R}^4$ into itself, the matrix of $M$ with respect to the basis $(e_3,e_4,e_1,e_2)$ is the matrix $N$. Therefore, $N$ and $M$ are similar.



              Or you can take$$P=begin{bmatrix}0&0&1&0\0&0&0&1\1&0&0&0\0&1&0&0end{bmatrix},$$which is basically the same thing.






              share|cite|improve this answer


























                8














                Let $(e_1,e_2,e_3,e_3)$ be the standard basis of $mathbb{R}^4$. You have





                • $N.e_1=0$;


                • $N.e_2=e_1$;


                • $N.e_3=0$;


                • $N.e_4=0$.


                You also have





                • $M.e_3=0$;


                • $M.e_4=e_3$;


                • $M.e_1=0$;


                • $M.e_2=0$.


                So, if you see $M$ as a linear map from $mathbb{R}^4$ into itself, the matrix of $M$ with respect to the basis $(e_3,e_4,e_1,e_2)$ is the matrix $N$. Therefore, $N$ and $M$ are similar.



                Or you can take$$P=begin{bmatrix}0&0&1&0\0&0&0&1\1&0&0&0\0&1&0&0end{bmatrix},$$which is basically the same thing.






                share|cite|improve this answer
























                  8












                  8








                  8






                  Let $(e_1,e_2,e_3,e_3)$ be the standard basis of $mathbb{R}^4$. You have





                  • $N.e_1=0$;


                  • $N.e_2=e_1$;


                  • $N.e_3=0$;


                  • $N.e_4=0$.


                  You also have





                  • $M.e_3=0$;


                  • $M.e_4=e_3$;


                  • $M.e_1=0$;


                  • $M.e_2=0$.


                  So, if you see $M$ as a linear map from $mathbb{R}^4$ into itself, the matrix of $M$ with respect to the basis $(e_3,e_4,e_1,e_2)$ is the matrix $N$. Therefore, $N$ and $M$ are similar.



                  Or you can take$$P=begin{bmatrix}0&0&1&0\0&0&0&1\1&0&0&0\0&1&0&0end{bmatrix},$$which is basically the same thing.






                  share|cite|improve this answer












                  Let $(e_1,e_2,e_3,e_3)$ be the standard basis of $mathbb{R}^4$. You have





                  • $N.e_1=0$;


                  • $N.e_2=e_1$;


                  • $N.e_3=0$;


                  • $N.e_4=0$.


                  You also have





                  • $M.e_3=0$;


                  • $M.e_4=e_3$;


                  • $M.e_1=0$;


                  • $M.e_2=0$.


                  So, if you see $M$ as a linear map from $mathbb{R}^4$ into itself, the matrix of $M$ with respect to the basis $(e_3,e_4,e_1,e_2)$ is the matrix $N$. Therefore, $N$ and $M$ are similar.



                  Or you can take$$P=begin{bmatrix}0&0&1&0\0&0&0&1\1&0&0&0\0&1&0&0end{bmatrix},$$which is basically the same thing.







                  share|cite|improve this answer












                  share|cite|improve this answer



                  share|cite|improve this answer










                  answered 1 hour ago









                  José Carlos Santos

                  151k22122223




                  151k22122223























                      3














                      The two matrices are made of Jordan blocks; in $2times2$ block format, they are
                      $$
                      N=begin{bmatrix} J & 0 \ 0 & 0 end{bmatrix}
                      qquad
                      M=begin{bmatrix} 0 & 0 \ 0 & J end{bmatrix}
                      $$

                      You get similar matrices if you perform a row switch together with the corresponding column switch; in this case there is only one possible switch:
                      $$
                      M=begin{bmatrix} 0 & I_2 \ I_2 & 0 end{bmatrix} N
                      begin{bmatrix} 0 & I_2 \ I_2 & 0 end{bmatrix}
                      $$






                      share|cite|improve this answer


























                        3














                        The two matrices are made of Jordan blocks; in $2times2$ block format, they are
                        $$
                        N=begin{bmatrix} J & 0 \ 0 & 0 end{bmatrix}
                        qquad
                        M=begin{bmatrix} 0 & 0 \ 0 & J end{bmatrix}
                        $$

                        You get similar matrices if you perform a row switch together with the corresponding column switch; in this case there is only one possible switch:
                        $$
                        M=begin{bmatrix} 0 & I_2 \ I_2 & 0 end{bmatrix} N
                        begin{bmatrix} 0 & I_2 \ I_2 & 0 end{bmatrix}
                        $$






                        share|cite|improve this answer
























                          3












                          3








                          3






                          The two matrices are made of Jordan blocks; in $2times2$ block format, they are
                          $$
                          N=begin{bmatrix} J & 0 \ 0 & 0 end{bmatrix}
                          qquad
                          M=begin{bmatrix} 0 & 0 \ 0 & J end{bmatrix}
                          $$

                          You get similar matrices if you perform a row switch together with the corresponding column switch; in this case there is only one possible switch:
                          $$
                          M=begin{bmatrix} 0 & I_2 \ I_2 & 0 end{bmatrix} N
                          begin{bmatrix} 0 & I_2 \ I_2 & 0 end{bmatrix}
                          $$






                          share|cite|improve this answer












                          The two matrices are made of Jordan blocks; in $2times2$ block format, they are
                          $$
                          N=begin{bmatrix} J & 0 \ 0 & 0 end{bmatrix}
                          qquad
                          M=begin{bmatrix} 0 & 0 \ 0 & J end{bmatrix}
                          $$

                          You get similar matrices if you perform a row switch together with the corresponding column switch; in this case there is only one possible switch:
                          $$
                          M=begin{bmatrix} 0 & I_2 \ I_2 & 0 end{bmatrix} N
                          begin{bmatrix} 0 & I_2 \ I_2 & 0 end{bmatrix}
                          $$







                          share|cite|improve this answer












                          share|cite|improve this answer



                          share|cite|improve this answer










                          answered 1 hour ago









                          egreg

                          178k1484201




                          178k1484201






























                              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%2f3060424%2fhow-do-i-find-out-that-the-following-two-matrices-are-similar%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

                              Understanding the information contained in the Deep Space Network XML data?

                              Ross-on-Wye

                              Eastern Orthodox Church