How to stretch delimiters to envolve matrices inside of a kbordermatrix? The 2019 Stack...

What's the point in a preamp?

How to politely respond to generic emails requesting a PhD/job in my lab? Without wasting too much time

How do I add random spotting to the same face in cycles?

How does this infinite series simplify to an integral?

How to copy the contents of all files with a certain name into a new file?

What information about me do stores get via my credit card?

Is it ok to offer lower paid work as a trial period before negotiating for a full-time job?

Road tyres vs "Street" tyres for charity ride on MTB Tandem

Keeping a retro style to sci-fi spaceships?

Hopping to infinity along a string of digits

Is this wall load bearing? Blueprints and photos attached

Match Roman Numerals

Why does the Event Horizon Telescope (EHT) not include telescopes from Africa, Asia or Australia?

Is every episode of "Where are my Pants?" identical?

Didn't get enough time to take a Coding Test - what to do now?

Is there a writing software that you can sort scenes like slides in PowerPoint?

What can I do if neighbor is blocking my solar panels intentionally?

How do you keep chess fun when your opponent constantly beats you?

How to stretch delimiters to envolve matrices inside of a kbordermatrix?

Can withdrawing asylum be illegal?

Problems with Ubuntu mount /tmp

Relations between two reciprocal partial derivatives?

How can I protect witches in combat who wear limited clothing?

When did F become S in typeography, and why?



How to stretch delimiters to envolve matrices inside of a kbordermatrix?



The 2019 Stack Overflow Developer Survey Results Are In
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Highlight columns in a matrix created with using kbordermatrix packageArrow in the middle of two matrices












2















I am putting three matrices inside of a kbordermatrix, but the delimiters do not envolve the inner matrices completely. How can I do to stretch the kbordermatrix delimiters to envolve the inner matrices?



My MWE:



documentclass[brazil]{article}



usepackage{amsfonts,amssymb,array,mathtools}
usepackage{kbordermatrix}



begin{document}

begin{eqnarray}
mathbf{A} & = &
setlength{kbrowsep}{2pt}
setlength{kbcolsep}{0pt}
renewcommand{arraystretch}{1.5}
renewcommand{kbldelim}{(}
renewcommand{kbrdelim}{)}
kbordermatrix{
omit & & , & & , & cr
omit & overbrace{begingroup
setlength{arraycolsep}{2.5pt}
begin{bmatrix}
0,9960 & -0,0037 \
0,0111 & 0,9867
end{bmatrix}
endgroup} & , & overbrace{begingroup
setlength{arraycolsep}{2.5pt}
begin{bmatrix}
0,9961 & -0,0059 \
0,0715 & 1,0423
end{bmatrix}
endgroup} & , & overbrace{begingroup
setlength{arraycolsep}{2.5pt}
begin{bmatrix}
1,0034 & 0,0009 \
0,0098 & 0,9696
end{bmatrix}
endgroup}
} nonumber
end{eqnarray}


end{document}



The execution results of aforementioned code:



enter image description here



P.S.: I would like to stretch the delimiters until the red arrows.










share|improve this question





























    2















    I am putting three matrices inside of a kbordermatrix, but the delimiters do not envolve the inner matrices completely. How can I do to stretch the kbordermatrix delimiters to envolve the inner matrices?



    My MWE:



    documentclass[brazil]{article}



    usepackage{amsfonts,amssymb,array,mathtools}
    usepackage{kbordermatrix}



    begin{document}

    begin{eqnarray}
    mathbf{A} & = &
    setlength{kbrowsep}{2pt}
    setlength{kbcolsep}{0pt}
    renewcommand{arraystretch}{1.5}
    renewcommand{kbldelim}{(}
    renewcommand{kbrdelim}{)}
    kbordermatrix{
    omit & & , & & , & cr
    omit & overbrace{begingroup
    setlength{arraycolsep}{2.5pt}
    begin{bmatrix}
    0,9960 & -0,0037 \
    0,0111 & 0,9867
    end{bmatrix}
    endgroup} & , & overbrace{begingroup
    setlength{arraycolsep}{2.5pt}
    begin{bmatrix}
    0,9961 & -0,0059 \
    0,0715 & 1,0423
    end{bmatrix}
    endgroup} & , & overbrace{begingroup
    setlength{arraycolsep}{2.5pt}
    begin{bmatrix}
    1,0034 & 0,0009 \
    0,0098 & 0,9696
    end{bmatrix}
    endgroup}
    } nonumber
    end{eqnarray}


    end{document}



    The execution results of aforementioned code:



    enter image description here



    P.S.: I would like to stretch the delimiters until the red arrows.










    share|improve this question



























      2












      2








      2








      I am putting three matrices inside of a kbordermatrix, but the delimiters do not envolve the inner matrices completely. How can I do to stretch the kbordermatrix delimiters to envolve the inner matrices?



      My MWE:



      documentclass[brazil]{article}



      usepackage{amsfonts,amssymb,array,mathtools}
      usepackage{kbordermatrix}



      begin{document}

      begin{eqnarray}
      mathbf{A} & = &
      setlength{kbrowsep}{2pt}
      setlength{kbcolsep}{0pt}
      renewcommand{arraystretch}{1.5}
      renewcommand{kbldelim}{(}
      renewcommand{kbrdelim}{)}
      kbordermatrix{
      omit & & , & & , & cr
      omit & overbrace{begingroup
      setlength{arraycolsep}{2.5pt}
      begin{bmatrix}
      0,9960 & -0,0037 \
      0,0111 & 0,9867
      end{bmatrix}
      endgroup} & , & overbrace{begingroup
      setlength{arraycolsep}{2.5pt}
      begin{bmatrix}
      0,9961 & -0,0059 \
      0,0715 & 1,0423
      end{bmatrix}
      endgroup} & , & overbrace{begingroup
      setlength{arraycolsep}{2.5pt}
      begin{bmatrix}
      1,0034 & 0,0009 \
      0,0098 & 0,9696
      end{bmatrix}
      endgroup}
      } nonumber
      end{eqnarray}


      end{document}



      The execution results of aforementioned code:



      enter image description here



      P.S.: I would like to stretch the delimiters until the red arrows.










      share|improve this question
















      I am putting three matrices inside of a kbordermatrix, but the delimiters do not envolve the inner matrices completely. How can I do to stretch the kbordermatrix delimiters to envolve the inner matrices?



      My MWE:



      documentclass[brazil]{article}



      usepackage{amsfonts,amssymb,array,mathtools}
      usepackage{kbordermatrix}



      begin{document}

      begin{eqnarray}
      mathbf{A} & = &
      setlength{kbrowsep}{2pt}
      setlength{kbcolsep}{0pt}
      renewcommand{arraystretch}{1.5}
      renewcommand{kbldelim}{(}
      renewcommand{kbrdelim}{)}
      kbordermatrix{
      omit & & , & & , & cr
      omit & overbrace{begingroup
      setlength{arraycolsep}{2.5pt}
      begin{bmatrix}
      0,9960 & -0,0037 \
      0,0111 & 0,9867
      end{bmatrix}
      endgroup} & , & overbrace{begingroup
      setlength{arraycolsep}{2.5pt}
      begin{bmatrix}
      0,9961 & -0,0059 \
      0,0715 & 1,0423
      end{bmatrix}
      endgroup} & , & overbrace{begingroup
      setlength{arraycolsep}{2.5pt}
      begin{bmatrix}
      1,0034 & 0,0009 \
      0,0098 & 0,9696
      end{bmatrix}
      endgroup}
      } nonumber
      end{eqnarray}


      end{document}



      The execution results of aforementioned code:



      enter image description here



      P.S.: I would like to stretch the delimiters until the red arrows.







      kbordermatrix






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited 2 hours ago







      Adriano

















      asked 2 hours ago









      AdrianoAdriano

      354




      354






















          2 Answers
          2






          active

          oldest

          votes


















          2














          Turn off arraystretch. Then, manually, add the desired space between rows.



          documentclass[brazil]{article}

          usepackage{amsfonts,amssymb,array,mathtools}
          usepackage{kbordermatrix}

          begin{document}
          begin{eqnarray}
          mathbf{A} & = &
          setlength{kbrowsep}{2pt}
          setlength{kbcolsep}{0pt}
          % renewcommand{arraystretch}{1.5}
          renewcommand{kbldelim}{(}
          renewcommand{kbrdelim}{)}
          kbordermatrix{
          omit & & , & & , & cr
          omit & overbrace{begingroup
          setlength{arraycolsep}{2.5pt}
          begin{bmatrix}
          0,9960 & -0,0037 \[2ex]
          0,0111 & 0,9867
          end{bmatrix}
          endgroup} & , & overbrace{begingroup
          setlength{arraycolsep}{2.5pt}
          begin{bmatrix}
          0,9961 & -0,0059 \[2ex]
          0,0715 & 1,0423
          end{bmatrix}
          endgroup} & , & overbrace{begingroup
          setlength{arraycolsep}{2.5pt}
          begin{bmatrix}
          1,0034 & 0,0009 \[2ex]
          0,0098 & 0,9696
          end{bmatrix}
          endgroup}
          } nonumber
          end{eqnarray}

          end{document}


          enter image description here






          share|improve this answer
























          • @StevenSegletes, I tested your solution and it worked fine. Thank you by help.

            – Adriano
            19 mins ago



















          0














          You don't really need kbordermatrix to obtain this layout. However, the matrix in the last column can't have a overbrace, so I added a vphantom of a similar matrix.



          I also propose a variant with inner medium-sizd matrices, with the mmatrix environment ftom nccmath. Last, I had to load icomma to have a correct spacing of the decimal comma.



          documentclass[brazil]{article}
          usepackage{amssymb, array, mathtools}
          usepackage{icomma, nccmath}
          newenvironment{bmmatrix}{medsizebmatrix}{endbmatrixendmedsize}

          begin{document}

          begin{align*}
          mathbf{A} & = renewcommand{arraystretch}{1.5}
          begin{pmatrix}
          ,smash[t]{overbrace{begin{bmatrix}
          0{,}9960 & -0,0037 \
          0,0111 & 0,9867
          end{bmatrix}}}
          &negthickspace{,}negthickspace! &
          smash[t]{overbrace{begin{bmatrix}
          0,9961 & -0,0059 \
          0,0715 & 1,0423
          end{bmatrix}}}
          &negthickspace{,}negthickspace! &
          {smash[t]{overbrace%
          {begin{bmatrix}
          1,0034 & 0,0009 \
          0,0098 & 0,9696
          end{bmatrix}}}}, vphantom{begin{bmatrix}, \ ,
          end{bmatrix}}
          end{pmatrix}\[2ex]
          mathbf{A} & = renewcommand{arraystretch}{1.5}
          begin{pmatrix}
          ,smash[t]{overbrace{begin{bmmatrix}
          0{,}9960 & -0,0037 \
          0,0111 & 0,9867
          end{bmmatrix}}}
          &negthickspace{,}negthickspace! &
          smash[t]{overbrace{begin{bmmatrix}
          0,9961 & -0,0059 \
          0,0715 & 1,0423
          end{bmmatrix}}}
          &negthickspace{,}negthickspace! &
          {smash[t]{overbrace%
          {begin{bmmatrix}
          1,0034 & 0,0009 \
          0,0098 & 0,9696
          end{bmmatrix}}}}, vphantom{begin{bmmatrix}, \ ,
          end{bmmatrix}}
          end{pmatrix}
          end{align*}

          end{document}


          enter image description here






          share|improve this answer
























            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%2f484713%2fhow-to-stretch-delimiters-to-envolve-matrices-inside-of-a-kbordermatrix%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









            2














            Turn off arraystretch. Then, manually, add the desired space between rows.



            documentclass[brazil]{article}

            usepackage{amsfonts,amssymb,array,mathtools}
            usepackage{kbordermatrix}

            begin{document}
            begin{eqnarray}
            mathbf{A} & = &
            setlength{kbrowsep}{2pt}
            setlength{kbcolsep}{0pt}
            % renewcommand{arraystretch}{1.5}
            renewcommand{kbldelim}{(}
            renewcommand{kbrdelim}{)}
            kbordermatrix{
            omit & & , & & , & cr
            omit & overbrace{begingroup
            setlength{arraycolsep}{2.5pt}
            begin{bmatrix}
            0,9960 & -0,0037 \[2ex]
            0,0111 & 0,9867
            end{bmatrix}
            endgroup} & , & overbrace{begingroup
            setlength{arraycolsep}{2.5pt}
            begin{bmatrix}
            0,9961 & -0,0059 \[2ex]
            0,0715 & 1,0423
            end{bmatrix}
            endgroup} & , & overbrace{begingroup
            setlength{arraycolsep}{2.5pt}
            begin{bmatrix}
            1,0034 & 0,0009 \[2ex]
            0,0098 & 0,9696
            end{bmatrix}
            endgroup}
            } nonumber
            end{eqnarray}

            end{document}


            enter image description here






            share|improve this answer
























            • @StevenSegletes, I tested your solution and it worked fine. Thank you by help.

              – Adriano
              19 mins ago
















            2














            Turn off arraystretch. Then, manually, add the desired space between rows.



            documentclass[brazil]{article}

            usepackage{amsfonts,amssymb,array,mathtools}
            usepackage{kbordermatrix}

            begin{document}
            begin{eqnarray}
            mathbf{A} & = &
            setlength{kbrowsep}{2pt}
            setlength{kbcolsep}{0pt}
            % renewcommand{arraystretch}{1.5}
            renewcommand{kbldelim}{(}
            renewcommand{kbrdelim}{)}
            kbordermatrix{
            omit & & , & & , & cr
            omit & overbrace{begingroup
            setlength{arraycolsep}{2.5pt}
            begin{bmatrix}
            0,9960 & -0,0037 \[2ex]
            0,0111 & 0,9867
            end{bmatrix}
            endgroup} & , & overbrace{begingroup
            setlength{arraycolsep}{2.5pt}
            begin{bmatrix}
            0,9961 & -0,0059 \[2ex]
            0,0715 & 1,0423
            end{bmatrix}
            endgroup} & , & overbrace{begingroup
            setlength{arraycolsep}{2.5pt}
            begin{bmatrix}
            1,0034 & 0,0009 \[2ex]
            0,0098 & 0,9696
            end{bmatrix}
            endgroup}
            } nonumber
            end{eqnarray}

            end{document}


            enter image description here






            share|improve this answer
























            • @StevenSegletes, I tested your solution and it worked fine. Thank you by help.

              – Adriano
              19 mins ago














            2












            2








            2







            Turn off arraystretch. Then, manually, add the desired space between rows.



            documentclass[brazil]{article}

            usepackage{amsfonts,amssymb,array,mathtools}
            usepackage{kbordermatrix}

            begin{document}
            begin{eqnarray}
            mathbf{A} & = &
            setlength{kbrowsep}{2pt}
            setlength{kbcolsep}{0pt}
            % renewcommand{arraystretch}{1.5}
            renewcommand{kbldelim}{(}
            renewcommand{kbrdelim}{)}
            kbordermatrix{
            omit & & , & & , & cr
            omit & overbrace{begingroup
            setlength{arraycolsep}{2.5pt}
            begin{bmatrix}
            0,9960 & -0,0037 \[2ex]
            0,0111 & 0,9867
            end{bmatrix}
            endgroup} & , & overbrace{begingroup
            setlength{arraycolsep}{2.5pt}
            begin{bmatrix}
            0,9961 & -0,0059 \[2ex]
            0,0715 & 1,0423
            end{bmatrix}
            endgroup} & , & overbrace{begingroup
            setlength{arraycolsep}{2.5pt}
            begin{bmatrix}
            1,0034 & 0,0009 \[2ex]
            0,0098 & 0,9696
            end{bmatrix}
            endgroup}
            } nonumber
            end{eqnarray}

            end{document}


            enter image description here






            share|improve this answer













            Turn off arraystretch. Then, manually, add the desired space between rows.



            documentclass[brazil]{article}

            usepackage{amsfonts,amssymb,array,mathtools}
            usepackage{kbordermatrix}

            begin{document}
            begin{eqnarray}
            mathbf{A} & = &
            setlength{kbrowsep}{2pt}
            setlength{kbcolsep}{0pt}
            % renewcommand{arraystretch}{1.5}
            renewcommand{kbldelim}{(}
            renewcommand{kbrdelim}{)}
            kbordermatrix{
            omit & & , & & , & cr
            omit & overbrace{begingroup
            setlength{arraycolsep}{2.5pt}
            begin{bmatrix}
            0,9960 & -0,0037 \[2ex]
            0,0111 & 0,9867
            end{bmatrix}
            endgroup} & , & overbrace{begingroup
            setlength{arraycolsep}{2.5pt}
            begin{bmatrix}
            0,9961 & -0,0059 \[2ex]
            0,0715 & 1,0423
            end{bmatrix}
            endgroup} & , & overbrace{begingroup
            setlength{arraycolsep}{2.5pt}
            begin{bmatrix}
            1,0034 & 0,0009 \[2ex]
            0,0098 & 0,9696
            end{bmatrix}
            endgroup}
            } nonumber
            end{eqnarray}

            end{document}


            enter image description here







            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered 2 hours ago









            Steven B. SegletesSteven B. Segletes

            162k9206418




            162k9206418













            • @StevenSegletes, I tested your solution and it worked fine. Thank you by help.

              – Adriano
              19 mins ago



















            • @StevenSegletes, I tested your solution and it worked fine. Thank you by help.

              – Adriano
              19 mins ago

















            @StevenSegletes, I tested your solution and it worked fine. Thank you by help.

            – Adriano
            19 mins ago





            @StevenSegletes, I tested your solution and it worked fine. Thank you by help.

            – Adriano
            19 mins ago











            0














            You don't really need kbordermatrix to obtain this layout. However, the matrix in the last column can't have a overbrace, so I added a vphantom of a similar matrix.



            I also propose a variant with inner medium-sizd matrices, with the mmatrix environment ftom nccmath. Last, I had to load icomma to have a correct spacing of the decimal comma.



            documentclass[brazil]{article}
            usepackage{amssymb, array, mathtools}
            usepackage{icomma, nccmath}
            newenvironment{bmmatrix}{medsizebmatrix}{endbmatrixendmedsize}

            begin{document}

            begin{align*}
            mathbf{A} & = renewcommand{arraystretch}{1.5}
            begin{pmatrix}
            ,smash[t]{overbrace{begin{bmatrix}
            0{,}9960 & -0,0037 \
            0,0111 & 0,9867
            end{bmatrix}}}
            &negthickspace{,}negthickspace! &
            smash[t]{overbrace{begin{bmatrix}
            0,9961 & -0,0059 \
            0,0715 & 1,0423
            end{bmatrix}}}
            &negthickspace{,}negthickspace! &
            {smash[t]{overbrace%
            {begin{bmatrix}
            1,0034 & 0,0009 \
            0,0098 & 0,9696
            end{bmatrix}}}}, vphantom{begin{bmatrix}, \ ,
            end{bmatrix}}
            end{pmatrix}\[2ex]
            mathbf{A} & = renewcommand{arraystretch}{1.5}
            begin{pmatrix}
            ,smash[t]{overbrace{begin{bmmatrix}
            0{,}9960 & -0,0037 \
            0,0111 & 0,9867
            end{bmmatrix}}}
            &negthickspace{,}negthickspace! &
            smash[t]{overbrace{begin{bmmatrix}
            0,9961 & -0,0059 \
            0,0715 & 1,0423
            end{bmmatrix}}}
            &negthickspace{,}negthickspace! &
            {smash[t]{overbrace%
            {begin{bmmatrix}
            1,0034 & 0,0009 \
            0,0098 & 0,9696
            end{bmmatrix}}}}, vphantom{begin{bmmatrix}, \ ,
            end{bmmatrix}}
            end{pmatrix}
            end{align*}

            end{document}


            enter image description here






            share|improve this answer




























              0














              You don't really need kbordermatrix to obtain this layout. However, the matrix in the last column can't have a overbrace, so I added a vphantom of a similar matrix.



              I also propose a variant with inner medium-sizd matrices, with the mmatrix environment ftom nccmath. Last, I had to load icomma to have a correct spacing of the decimal comma.



              documentclass[brazil]{article}
              usepackage{amssymb, array, mathtools}
              usepackage{icomma, nccmath}
              newenvironment{bmmatrix}{medsizebmatrix}{endbmatrixendmedsize}

              begin{document}

              begin{align*}
              mathbf{A} & = renewcommand{arraystretch}{1.5}
              begin{pmatrix}
              ,smash[t]{overbrace{begin{bmatrix}
              0{,}9960 & -0,0037 \
              0,0111 & 0,9867
              end{bmatrix}}}
              &negthickspace{,}negthickspace! &
              smash[t]{overbrace{begin{bmatrix}
              0,9961 & -0,0059 \
              0,0715 & 1,0423
              end{bmatrix}}}
              &negthickspace{,}negthickspace! &
              {smash[t]{overbrace%
              {begin{bmatrix}
              1,0034 & 0,0009 \
              0,0098 & 0,9696
              end{bmatrix}}}}, vphantom{begin{bmatrix}, \ ,
              end{bmatrix}}
              end{pmatrix}\[2ex]
              mathbf{A} & = renewcommand{arraystretch}{1.5}
              begin{pmatrix}
              ,smash[t]{overbrace{begin{bmmatrix}
              0{,}9960 & -0,0037 \
              0,0111 & 0,9867
              end{bmmatrix}}}
              &negthickspace{,}negthickspace! &
              smash[t]{overbrace{begin{bmmatrix}
              0,9961 & -0,0059 \
              0,0715 & 1,0423
              end{bmmatrix}}}
              &negthickspace{,}negthickspace! &
              {smash[t]{overbrace%
              {begin{bmmatrix}
              1,0034 & 0,0009 \
              0,0098 & 0,9696
              end{bmmatrix}}}}, vphantom{begin{bmmatrix}, \ ,
              end{bmmatrix}}
              end{pmatrix}
              end{align*}

              end{document}


              enter image description here






              share|improve this answer


























                0












                0








                0







                You don't really need kbordermatrix to obtain this layout. However, the matrix in the last column can't have a overbrace, so I added a vphantom of a similar matrix.



                I also propose a variant with inner medium-sizd matrices, with the mmatrix environment ftom nccmath. Last, I had to load icomma to have a correct spacing of the decimal comma.



                documentclass[brazil]{article}
                usepackage{amssymb, array, mathtools}
                usepackage{icomma, nccmath}
                newenvironment{bmmatrix}{medsizebmatrix}{endbmatrixendmedsize}

                begin{document}

                begin{align*}
                mathbf{A} & = renewcommand{arraystretch}{1.5}
                begin{pmatrix}
                ,smash[t]{overbrace{begin{bmatrix}
                0{,}9960 & -0,0037 \
                0,0111 & 0,9867
                end{bmatrix}}}
                &negthickspace{,}negthickspace! &
                smash[t]{overbrace{begin{bmatrix}
                0,9961 & -0,0059 \
                0,0715 & 1,0423
                end{bmatrix}}}
                &negthickspace{,}negthickspace! &
                {smash[t]{overbrace%
                {begin{bmatrix}
                1,0034 & 0,0009 \
                0,0098 & 0,9696
                end{bmatrix}}}}, vphantom{begin{bmatrix}, \ ,
                end{bmatrix}}
                end{pmatrix}\[2ex]
                mathbf{A} & = renewcommand{arraystretch}{1.5}
                begin{pmatrix}
                ,smash[t]{overbrace{begin{bmmatrix}
                0{,}9960 & -0,0037 \
                0,0111 & 0,9867
                end{bmmatrix}}}
                &negthickspace{,}negthickspace! &
                smash[t]{overbrace{begin{bmmatrix}
                0,9961 & -0,0059 \
                0,0715 & 1,0423
                end{bmmatrix}}}
                &negthickspace{,}negthickspace! &
                {smash[t]{overbrace%
                {begin{bmmatrix}
                1,0034 & 0,0009 \
                0,0098 & 0,9696
                end{bmmatrix}}}}, vphantom{begin{bmmatrix}, \ ,
                end{bmmatrix}}
                end{pmatrix}
                end{align*}

                end{document}


                enter image description here






                share|improve this answer













                You don't really need kbordermatrix to obtain this layout. However, the matrix in the last column can't have a overbrace, so I added a vphantom of a similar matrix.



                I also propose a variant with inner medium-sizd matrices, with the mmatrix environment ftom nccmath. Last, I had to load icomma to have a correct spacing of the decimal comma.



                documentclass[brazil]{article}
                usepackage{amssymb, array, mathtools}
                usepackage{icomma, nccmath}
                newenvironment{bmmatrix}{medsizebmatrix}{endbmatrixendmedsize}

                begin{document}

                begin{align*}
                mathbf{A} & = renewcommand{arraystretch}{1.5}
                begin{pmatrix}
                ,smash[t]{overbrace{begin{bmatrix}
                0{,}9960 & -0,0037 \
                0,0111 & 0,9867
                end{bmatrix}}}
                &negthickspace{,}negthickspace! &
                smash[t]{overbrace{begin{bmatrix}
                0,9961 & -0,0059 \
                0,0715 & 1,0423
                end{bmatrix}}}
                &negthickspace{,}negthickspace! &
                {smash[t]{overbrace%
                {begin{bmatrix}
                1,0034 & 0,0009 \
                0,0098 & 0,9696
                end{bmatrix}}}}, vphantom{begin{bmatrix}, \ ,
                end{bmatrix}}
                end{pmatrix}\[2ex]
                mathbf{A} & = renewcommand{arraystretch}{1.5}
                begin{pmatrix}
                ,smash[t]{overbrace{begin{bmmatrix}
                0{,}9960 & -0,0037 \
                0,0111 & 0,9867
                end{bmmatrix}}}
                &negthickspace{,}negthickspace! &
                smash[t]{overbrace{begin{bmmatrix}
                0,9961 & -0,0059 \
                0,0715 & 1,0423
                end{bmmatrix}}}
                &negthickspace{,}negthickspace! &
                {smash[t]{overbrace%
                {begin{bmmatrix}
                1,0034 & 0,0009 \
                0,0098 & 0,9696
                end{bmmatrix}}}}, vphantom{begin{bmmatrix}, \ ,
                end{bmmatrix}}
                end{pmatrix}
                end{align*}

                end{document}


                enter image description here







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered 1 hour ago









                BernardBernard

                176k778210




                176k778210






























                    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%2f484713%2fhow-to-stretch-delimiters-to-envolve-matrices-inside-of-a-kbordermatrix%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

                    Why do type traits not work with types in namespace scope?What are POD types in C++?Why can templates only be...

                    Will tsunami waves travel forever if there was no land?Why do tsunami waves begin with the water flowing away...

                    Should I use Docker or LXD?How to cache (more) data on SSD/RAM to avoid spin up?Unable to get Windows File...