How to write the block matrix in LaTex?












7















I wish to write the following block matrix in LaTex.



enter image description here



I have been trying a bunch of stuff, but none of it seems to work. In particular, I tried the following:



begin{bmatrix}
0 & -1& & & & & 0 & & & &\
1 & 0 & & & & & & & & &\
& & cdot & & & & & & & &\
& & & cdot & & & & & & &\
& & & & cdot & & & & & &\
& & & & & 0 & 1 & & & &\
& & & & &-1 & 0 & & & &\
& & & & & & & cdot & & &\
& & & & & & & & cdot & & \
& & & & & & & & & cdot & \
0 & & & & & & & & & & 0\
end{bmatrix}



But this is pretty ugly and so any suggestions will be much appreciated.










share|improve this question





























    7















    I wish to write the following block matrix in LaTex.



    enter image description here



    I have been trying a bunch of stuff, but none of it seems to work. In particular, I tried the following:



    begin{bmatrix}
    0 & -1& & & & & 0 & & & &\
    1 & 0 & & & & & & & & &\
    & & cdot & & & & & & & &\
    & & & cdot & & & & & & &\
    & & & & cdot & & & & & &\
    & & & & & 0 & 1 & & & &\
    & & & & &-1 & 0 & & & &\
    & & & & & & & cdot & & &\
    & & & & & & & & cdot & & \
    & & & & & & & & & cdot & \
    0 & & & & & & & & & & 0\
    end{bmatrix}



    But this is pretty ugly and so any suggestions will be much appreciated.










    share|improve this question



























      7












      7








      7








      I wish to write the following block matrix in LaTex.



      enter image description here



      I have been trying a bunch of stuff, but none of it seems to work. In particular, I tried the following:



      begin{bmatrix}
      0 & -1& & & & & 0 & & & &\
      1 & 0 & & & & & & & & &\
      & & cdot & & & & & & & &\
      & & & cdot & & & & & & &\
      & & & & cdot & & & & & &\
      & & & & & 0 & 1 & & & &\
      & & & & &-1 & 0 & & & &\
      & & & & & & & cdot & & &\
      & & & & & & & & cdot & & \
      & & & & & & & & & cdot & \
      0 & & & & & & & & & & 0\
      end{bmatrix}



      But this is pretty ugly and so any suggestions will be much appreciated.










      share|improve this question
















      I wish to write the following block matrix in LaTex.



      enter image description here



      I have been trying a bunch of stuff, but none of it seems to work. In particular, I tried the following:



      begin{bmatrix}
      0 & -1& & & & & 0 & & & &\
      1 & 0 & & & & & & & & &\
      & & cdot & & & & & & & &\
      & & & cdot & & & & & & &\
      & & & & cdot & & & & & &\
      & & & & & 0 & 1 & & & &\
      & & & & &-1 & 0 & & & &\
      & & & & & & & cdot & & &\
      & & & & & & & & cdot & & \
      & & & & & & & & & cdot & \
      0 & & & & & & & & & & 0\
      end{bmatrix}



      But this is pretty ugly and so any suggestions will be much appreciated.







      amsmath






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited 3 hours ago







      model_checker

















      asked 4 hours ago









      model_checkermodel_checker

      240139




      240139






















          4 Answers
          4






          active

          oldest

          votes


















          7














          Perhaps



          $left(begin{array}{cccccc}
          left[begin{array}{cc}
          0 & 1\
          -1 & 0
          end{array}right] & & & & & 0\
          & ddots\
          & & left[begin{array}{cc}
          0 & 1\
          -1 & 0
          end{array}right]\
          & & & 0\
          & & & & ddots\
          0 & & & & & 0
          end{array}right)$


          enter image description here






          share|improve this answer



















          • 2





            Thank you so much!

            – model_checker
            3 hours ago



















          6














          Here there is my proposal as the original picture using bmatx command that replace a boxed matrix.



          enter image description here



          documentclass{article}
          usepackage{mathtools}
          newcommand{bmatx}{boxed{begin{matrix} 0& 1 \ -1& 0end{matrix}}}

          begin{document}
          [
          begin{pmatrix}
          , bmatx& & & & & & & 0 \
          & ddots& & & & \
          & & bmatx & & & & \
          & & & ddots& & &\
          & & & & 0 & &\
          & & & & & & ddots\
          0 & & & & & & & 0
          end{pmatrix}
          ]

          end{document}


          The best code is provided thanks to the precious comment of @Bernard.






          share|improve this answer





















          • 4





            In my opinion, you shouldn't add an empty 3rd column in the definition of bmatx

            – Bernard
            3 hours ago






          • 2





            Your comment not is an opinion :-) ...it is truly correct. :-)

            – Sebastiano
            2 hours ago



















          5














          Here's another solution. It uses a pmatrix environment for the overall matrix and a custom macro called blockmat for the 2x2 inner matrices.



          enter image description here



          documentclass{article}
          usepackage{array,amsmath}
          newcommandblockmat{%
          begin{array}{|@{,}rr@{,}|}
          hline 0 & 1^{mathstrut} \ -1 & 0 \ hline
          end{array}}
          begin{document}
          [
          begin{pmatrix}
          blockmat & & & & & 0 \
          & ddots & & & & \
          & & blockmat & & & \
          & & & 0 & & \
          & & & & ddots & \
          0 & & & & & 0 \
          end{pmatrix}
          ]
          end{document}





          share|improve this answer


























          • Thank you for writing this answer!

            – model_checker
            2 hours ago



















          4














          Just for the fun of it! :-)



          documentclass{article}
          usepackage{amsmath,array}

          begin{document}

          [
          begin{pmatrix}
          newcommand{lr}[1]{multicolumn{1}{|c}{#1}}
          newcommand{rr}[1]{multicolumn{1}{c|}{#1}}
          ;
          begin{array}{@{}*{10}{c}@{}}
          cline{1-2}
          lr{0} & rr{1} &&&&&&&& raisebox{-1em}[0pt][0pt]{$0$}\
          lr{-1} & rr{0} \
          cline{1-2}
          && ddots \
          cline{4-5}
          &&& lr{0} & rr{1} \
          &&& lr{-1} & rr{0} \
          cline{4-5}
          &&&&& 0 \[-1ex]
          &&&&&& ddots \
          &&&&&&& 0 \[-1ex]
          &&&&&&&& ddots \
          multicolumn{2}{c}{0} &&&&&&&& 0
          end{array}
          ;;
          end{pmatrix}
          ]

          end{document}


          enter image description here






          share|improve this answer



















          • 1





            You guys are the best!

            – model_checker
            1 hour ago






          • 1





            @model_checker I'm certainly not the best. Here is world excellence.

            – Sebastiano
            1 hour ago






          • 1





            I am sorry! Last I checked there was an objection to your answer. But it's also great!

            – model_checker
            1 hour ago






          • 2





            @model_checker Don't worry. I have put two & in addition. :-) but now it is correct.

            – Sebastiano
            1 hour ago












          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "85"
          };
          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: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          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
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f481978%2fhow-to-write-the-block-matrix-in-latex%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          4 Answers
          4






          active

          oldest

          votes








          4 Answers
          4






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          7














          Perhaps



          $left(begin{array}{cccccc}
          left[begin{array}{cc}
          0 & 1\
          -1 & 0
          end{array}right] & & & & & 0\
          & ddots\
          & & left[begin{array}{cc}
          0 & 1\
          -1 & 0
          end{array}right]\
          & & & 0\
          & & & & ddots\
          0 & & & & & 0
          end{array}right)$


          enter image description here






          share|improve this answer



















          • 2





            Thank you so much!

            – model_checker
            3 hours ago
















          7














          Perhaps



          $left(begin{array}{cccccc}
          left[begin{array}{cc}
          0 & 1\
          -1 & 0
          end{array}right] & & & & & 0\
          & ddots\
          & & left[begin{array}{cc}
          0 & 1\
          -1 & 0
          end{array}right]\
          & & & 0\
          & & & & ddots\
          0 & & & & & 0
          end{array}right)$


          enter image description here






          share|improve this answer



















          • 2





            Thank you so much!

            – model_checker
            3 hours ago














          7












          7








          7







          Perhaps



          $left(begin{array}{cccccc}
          left[begin{array}{cc}
          0 & 1\
          -1 & 0
          end{array}right] & & & & & 0\
          & ddots\
          & & left[begin{array}{cc}
          0 & 1\
          -1 & 0
          end{array}right]\
          & & & 0\
          & & & & ddots\
          0 & & & & & 0
          end{array}right)$


          enter image description here






          share|improve this answer













          Perhaps



          $left(begin{array}{cccccc}
          left[begin{array}{cc}
          0 & 1\
          -1 & 0
          end{array}right] & & & & & 0\
          & ddots\
          & & left[begin{array}{cc}
          0 & 1\
          -1 & 0
          end{array}right]\
          & & & 0\
          & & & & ddots\
          0 & & & & & 0
          end{array}right)$


          enter image description here







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered 3 hours ago









          riccs_0xriccs_0x

          1864




          1864








          • 2





            Thank you so much!

            – model_checker
            3 hours ago














          • 2





            Thank you so much!

            – model_checker
            3 hours ago








          2




          2





          Thank you so much!

          – model_checker
          3 hours ago





          Thank you so much!

          – model_checker
          3 hours ago











          6














          Here there is my proposal as the original picture using bmatx command that replace a boxed matrix.



          enter image description here



          documentclass{article}
          usepackage{mathtools}
          newcommand{bmatx}{boxed{begin{matrix} 0& 1 \ -1& 0end{matrix}}}

          begin{document}
          [
          begin{pmatrix}
          , bmatx& & & & & & & 0 \
          & ddots& & & & \
          & & bmatx & & & & \
          & & & ddots& & &\
          & & & & 0 & &\
          & & & & & & ddots\
          0 & & & & & & & 0
          end{pmatrix}
          ]

          end{document}


          The best code is provided thanks to the precious comment of @Bernard.






          share|improve this answer





















          • 4





            In my opinion, you shouldn't add an empty 3rd column in the definition of bmatx

            – Bernard
            3 hours ago






          • 2





            Your comment not is an opinion :-) ...it is truly correct. :-)

            – Sebastiano
            2 hours ago
















          6














          Here there is my proposal as the original picture using bmatx command that replace a boxed matrix.



          enter image description here



          documentclass{article}
          usepackage{mathtools}
          newcommand{bmatx}{boxed{begin{matrix} 0& 1 \ -1& 0end{matrix}}}

          begin{document}
          [
          begin{pmatrix}
          , bmatx& & & & & & & 0 \
          & ddots& & & & \
          & & bmatx & & & & \
          & & & ddots& & &\
          & & & & 0 & &\
          & & & & & & ddots\
          0 & & & & & & & 0
          end{pmatrix}
          ]

          end{document}


          The best code is provided thanks to the precious comment of @Bernard.






          share|improve this answer





















          • 4





            In my opinion, you shouldn't add an empty 3rd column in the definition of bmatx

            – Bernard
            3 hours ago






          • 2





            Your comment not is an opinion :-) ...it is truly correct. :-)

            – Sebastiano
            2 hours ago














          6












          6








          6







          Here there is my proposal as the original picture using bmatx command that replace a boxed matrix.



          enter image description here



          documentclass{article}
          usepackage{mathtools}
          newcommand{bmatx}{boxed{begin{matrix} 0& 1 \ -1& 0end{matrix}}}

          begin{document}
          [
          begin{pmatrix}
          , bmatx& & & & & & & 0 \
          & ddots& & & & \
          & & bmatx & & & & \
          & & & ddots& & &\
          & & & & 0 & &\
          & & & & & & ddots\
          0 & & & & & & & 0
          end{pmatrix}
          ]

          end{document}


          The best code is provided thanks to the precious comment of @Bernard.






          share|improve this answer















          Here there is my proposal as the original picture using bmatx command that replace a boxed matrix.



          enter image description here



          documentclass{article}
          usepackage{mathtools}
          newcommand{bmatx}{boxed{begin{matrix} 0& 1 \ -1& 0end{matrix}}}

          begin{document}
          [
          begin{pmatrix}
          , bmatx& & & & & & & 0 \
          & ddots& & & & \
          & & bmatx & & & & \
          & & & ddots& & &\
          & & & & 0 & &\
          & & & & & & ddots\
          0 & & & & & & & 0
          end{pmatrix}
          ]

          end{document}


          The best code is provided thanks to the precious comment of @Bernard.







          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited 2 hours ago

























          answered 3 hours ago









          SebastianoSebastiano

          11.3k42164




          11.3k42164








          • 4





            In my opinion, you shouldn't add an empty 3rd column in the definition of bmatx

            – Bernard
            3 hours ago






          • 2





            Your comment not is an opinion :-) ...it is truly correct. :-)

            – Sebastiano
            2 hours ago














          • 4





            In my opinion, you shouldn't add an empty 3rd column in the definition of bmatx

            – Bernard
            3 hours ago






          • 2





            Your comment not is an opinion :-) ...it is truly correct. :-)

            – Sebastiano
            2 hours ago








          4




          4





          In my opinion, you shouldn't add an empty 3rd column in the definition of bmatx

          – Bernard
          3 hours ago





          In my opinion, you shouldn't add an empty 3rd column in the definition of bmatx

          – Bernard
          3 hours ago




          2




          2





          Your comment not is an opinion :-) ...it is truly correct. :-)

          – Sebastiano
          2 hours ago





          Your comment not is an opinion :-) ...it is truly correct. :-)

          – Sebastiano
          2 hours ago











          5














          Here's another solution. It uses a pmatrix environment for the overall matrix and a custom macro called blockmat for the 2x2 inner matrices.



          enter image description here



          documentclass{article}
          usepackage{array,amsmath}
          newcommandblockmat{%
          begin{array}{|@{,}rr@{,}|}
          hline 0 & 1^{mathstrut} \ -1 & 0 \ hline
          end{array}}
          begin{document}
          [
          begin{pmatrix}
          blockmat & & & & & 0 \
          & ddots & & & & \
          & & blockmat & & & \
          & & & 0 & & \
          & & & & ddots & \
          0 & & & & & 0 \
          end{pmatrix}
          ]
          end{document}





          share|improve this answer


























          • Thank you for writing this answer!

            – model_checker
            2 hours ago
















          5














          Here's another solution. It uses a pmatrix environment for the overall matrix and a custom macro called blockmat for the 2x2 inner matrices.



          enter image description here



          documentclass{article}
          usepackage{array,amsmath}
          newcommandblockmat{%
          begin{array}{|@{,}rr@{,}|}
          hline 0 & 1^{mathstrut} \ -1 & 0 \ hline
          end{array}}
          begin{document}
          [
          begin{pmatrix}
          blockmat & & & & & 0 \
          & ddots & & & & \
          & & blockmat & & & \
          & & & 0 & & \
          & & & & ddots & \
          0 & & & & & 0 \
          end{pmatrix}
          ]
          end{document}





          share|improve this answer


























          • Thank you for writing this answer!

            – model_checker
            2 hours ago














          5












          5








          5







          Here's another solution. It uses a pmatrix environment for the overall matrix and a custom macro called blockmat for the 2x2 inner matrices.



          enter image description here



          documentclass{article}
          usepackage{array,amsmath}
          newcommandblockmat{%
          begin{array}{|@{,}rr@{,}|}
          hline 0 & 1^{mathstrut} \ -1 & 0 \ hline
          end{array}}
          begin{document}
          [
          begin{pmatrix}
          blockmat & & & & & 0 \
          & ddots & & & & \
          & & blockmat & & & \
          & & & 0 & & \
          & & & & ddots & \
          0 & & & & & 0 \
          end{pmatrix}
          ]
          end{document}





          share|improve this answer















          Here's another solution. It uses a pmatrix environment for the overall matrix and a custom macro called blockmat for the 2x2 inner matrices.



          enter image description here



          documentclass{article}
          usepackage{array,amsmath}
          newcommandblockmat{%
          begin{array}{|@{,}rr@{,}|}
          hline 0 & 1^{mathstrut} \ -1 & 0 \ hline
          end{array}}
          begin{document}
          [
          begin{pmatrix}
          blockmat & & & & & 0 \
          & ddots & & & & \
          & & blockmat & & & \
          & & & 0 & & \
          & & & & ddots & \
          0 & & & & & 0 \
          end{pmatrix}
          ]
          end{document}






          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited 3 hours ago









          samcarter

          93.1k7105301




          93.1k7105301










          answered 3 hours ago









          MicoMico

          284k31388778




          284k31388778













          • Thank you for writing this answer!

            – model_checker
            2 hours ago



















          • Thank you for writing this answer!

            – model_checker
            2 hours ago

















          Thank you for writing this answer!

          – model_checker
          2 hours ago





          Thank you for writing this answer!

          – model_checker
          2 hours ago











          4














          Just for the fun of it! :-)



          documentclass{article}
          usepackage{amsmath,array}

          begin{document}

          [
          begin{pmatrix}
          newcommand{lr}[1]{multicolumn{1}{|c}{#1}}
          newcommand{rr}[1]{multicolumn{1}{c|}{#1}}
          ;
          begin{array}{@{}*{10}{c}@{}}
          cline{1-2}
          lr{0} & rr{1} &&&&&&&& raisebox{-1em}[0pt][0pt]{$0$}\
          lr{-1} & rr{0} \
          cline{1-2}
          && ddots \
          cline{4-5}
          &&& lr{0} & rr{1} \
          &&& lr{-1} & rr{0} \
          cline{4-5}
          &&&&& 0 \[-1ex]
          &&&&&& ddots \
          &&&&&&& 0 \[-1ex]
          &&&&&&&& ddots \
          multicolumn{2}{c}{0} &&&&&&&& 0
          end{array}
          ;;
          end{pmatrix}
          ]

          end{document}


          enter image description here






          share|improve this answer



















          • 1





            You guys are the best!

            – model_checker
            1 hour ago






          • 1





            @model_checker I'm certainly not the best. Here is world excellence.

            – Sebastiano
            1 hour ago






          • 1





            I am sorry! Last I checked there was an objection to your answer. But it's also great!

            – model_checker
            1 hour ago






          • 2





            @model_checker Don't worry. I have put two & in addition. :-) but now it is correct.

            – Sebastiano
            1 hour ago
















          4














          Just for the fun of it! :-)



          documentclass{article}
          usepackage{amsmath,array}

          begin{document}

          [
          begin{pmatrix}
          newcommand{lr}[1]{multicolumn{1}{|c}{#1}}
          newcommand{rr}[1]{multicolumn{1}{c|}{#1}}
          ;
          begin{array}{@{}*{10}{c}@{}}
          cline{1-2}
          lr{0} & rr{1} &&&&&&&& raisebox{-1em}[0pt][0pt]{$0$}\
          lr{-1} & rr{0} \
          cline{1-2}
          && ddots \
          cline{4-5}
          &&& lr{0} & rr{1} \
          &&& lr{-1} & rr{0} \
          cline{4-5}
          &&&&& 0 \[-1ex]
          &&&&&& ddots \
          &&&&&&& 0 \[-1ex]
          &&&&&&&& ddots \
          multicolumn{2}{c}{0} &&&&&&&& 0
          end{array}
          ;;
          end{pmatrix}
          ]

          end{document}


          enter image description here






          share|improve this answer



















          • 1





            You guys are the best!

            – model_checker
            1 hour ago






          • 1





            @model_checker I'm certainly not the best. Here is world excellence.

            – Sebastiano
            1 hour ago






          • 1





            I am sorry! Last I checked there was an objection to your answer. But it's also great!

            – model_checker
            1 hour ago






          • 2





            @model_checker Don't worry. I have put two & in addition. :-) but now it is correct.

            – Sebastiano
            1 hour ago














          4












          4








          4







          Just for the fun of it! :-)



          documentclass{article}
          usepackage{amsmath,array}

          begin{document}

          [
          begin{pmatrix}
          newcommand{lr}[1]{multicolumn{1}{|c}{#1}}
          newcommand{rr}[1]{multicolumn{1}{c|}{#1}}
          ;
          begin{array}{@{}*{10}{c}@{}}
          cline{1-2}
          lr{0} & rr{1} &&&&&&&& raisebox{-1em}[0pt][0pt]{$0$}\
          lr{-1} & rr{0} \
          cline{1-2}
          && ddots \
          cline{4-5}
          &&& lr{0} & rr{1} \
          &&& lr{-1} & rr{0} \
          cline{4-5}
          &&&&& 0 \[-1ex]
          &&&&&& ddots \
          &&&&&&& 0 \[-1ex]
          &&&&&&&& ddots \
          multicolumn{2}{c}{0} &&&&&&&& 0
          end{array}
          ;;
          end{pmatrix}
          ]

          end{document}


          enter image description here






          share|improve this answer













          Just for the fun of it! :-)



          documentclass{article}
          usepackage{amsmath,array}

          begin{document}

          [
          begin{pmatrix}
          newcommand{lr}[1]{multicolumn{1}{|c}{#1}}
          newcommand{rr}[1]{multicolumn{1}{c|}{#1}}
          ;
          begin{array}{@{}*{10}{c}@{}}
          cline{1-2}
          lr{0} & rr{1} &&&&&&&& raisebox{-1em}[0pt][0pt]{$0$}\
          lr{-1} & rr{0} \
          cline{1-2}
          && ddots \
          cline{4-5}
          &&& lr{0} & rr{1} \
          &&& lr{-1} & rr{0} \
          cline{4-5}
          &&&&& 0 \[-1ex]
          &&&&&& ddots \
          &&&&&&& 0 \[-1ex]
          &&&&&&&& ddots \
          multicolumn{2}{c}{0} &&&&&&&& 0
          end{array}
          ;;
          end{pmatrix}
          ]

          end{document}


          enter image description here







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered 1 hour ago









          egregegreg

          730k8819283242




          730k8819283242








          • 1





            You guys are the best!

            – model_checker
            1 hour ago






          • 1





            @model_checker I'm certainly not the best. Here is world excellence.

            – Sebastiano
            1 hour ago






          • 1





            I am sorry! Last I checked there was an objection to your answer. But it's also great!

            – model_checker
            1 hour ago






          • 2





            @model_checker Don't worry. I have put two & in addition. :-) but now it is correct.

            – Sebastiano
            1 hour ago














          • 1





            You guys are the best!

            – model_checker
            1 hour ago






          • 1





            @model_checker I'm certainly not the best. Here is world excellence.

            – Sebastiano
            1 hour ago






          • 1





            I am sorry! Last I checked there was an objection to your answer. But it's also great!

            – model_checker
            1 hour ago






          • 2





            @model_checker Don't worry. I have put two & in addition. :-) but now it is correct.

            – Sebastiano
            1 hour ago








          1




          1





          You guys are the best!

          – model_checker
          1 hour ago





          You guys are the best!

          – model_checker
          1 hour ago




          1




          1





          @model_checker I'm certainly not the best. Here is world excellence.

          – Sebastiano
          1 hour ago





          @model_checker I'm certainly not the best. Here is world excellence.

          – Sebastiano
          1 hour ago




          1




          1





          I am sorry! Last I checked there was an objection to your answer. But it's also great!

          – model_checker
          1 hour ago





          I am sorry! Last I checked there was an objection to your answer. But it's also great!

          – model_checker
          1 hour ago




          2




          2





          @model_checker Don't worry. I have put two & in addition. :-) but now it is correct.

          – Sebastiano
          1 hour ago





          @model_checker Don't worry. I have put two & in addition. :-) but now it is correct.

          – Sebastiano
          1 hour ago


















          draft saved

          draft discarded




















































          Thanks for contributing an answer to TeX - LaTeX 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.


          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%2ftex.stackexchange.com%2fquestions%2f481978%2fhow-to-write-the-block-matrix-in-latex%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

          Willebadessen

          Ida-Boy-Ed-Garten

          Residenzschloss Arolsen