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
Who or what is the being for whom Being is a question for Heidegger?
 
 Am I ethically obligated to go into work on an off day if the reason is sudden?
 
 How did passengers keep warm on sail ships?
 
 Finding the path in a graph from A to B then back to A with a minimum of shared edges
 
 The variadic template constructor of my class cannot modify my class members, why is that so?
 
 Take groceries in checked luggage
 
 How to stretch delimiters to envolve matrices inside of a kbordermatrix?
 
 Does the AirPods case need to be around while listening via an iOS Device?
 
 He got a vote 80% that of Emmanuel Macron’s
 
 How does this infinite series simplify to an integral?
 
 How are presidential pardons supposed to be used?
 
 Do warforged have souls?
 
 Why not take a picture of a closer black hole?
 
 In horse breeding, what is the female equivalent of putting a horse out "to stud"?
 
 Would it be possible to rearrange a dragon's flight muscle to somewhat circumvent the square-cube law?
 
 Does Parliament hold absolute power in the UK?
 
 How to copy the contents of all files with a certain name into a new file?
 
 What are these Gizmos at Izaña Atmospheric Research Center in Spain?
 
 When did F become S in typeography, and why?
 
 What information about me do stores get via my credit card?
 
 Python - Fishing Simulator
 
 Windows 10: How to Lock (not sleep) laptop on lid close?
 
 Arduino Pro Micro - switch off LEDs
 
 How to test the equality of two Pearson correlation coefficients computed from the same sample?
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
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
usepackageamsfonts,amssymb,array,mathtools
usepackagekbordermatrix
begindocument
begineqnarray 
 mathbfA & = & 
 setlengthkbrowsep2pt
 setlengthkbcolsep0pt
 renewcommandarraystretch1.5
 renewcommandkbldelim(
 renewcommandkbrdelim)
 kbordermatrix
 omit & & , & & , & cr
 omit & overbracebegingroup
 setlengtharraycolsep2.5pt
 beginbmatrix
 0,9960 & -0,0037 \
 0,0111 & 0,9867 
 endbmatrix
 endgroup & , & overbracebegingroup
 setlengtharraycolsep2.5pt
 beginbmatrix
 0,9961 & -0,0059 \
 0,0715 & 1,0423
 endbmatrix
 endgroup & , & overbracebegingroup
 setlengtharraycolsep2.5pt
 beginbmatrix
 1,0034 & 0,0009 \
 0,0098 & 0,9696
 endbmatrix
 endgroup
 nonumber
endeqnarray
enddocument
The execution results of aforementioned code:

P.S.: I would like to stretch the delimiters until the red arrows.
kbordermatrix
add a comment |
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
usepackageamsfonts,amssymb,array,mathtools
usepackagekbordermatrix
begindocument
begineqnarray 
 mathbfA & = & 
 setlengthkbrowsep2pt
 setlengthkbcolsep0pt
 renewcommandarraystretch1.5
 renewcommandkbldelim(
 renewcommandkbrdelim)
 kbordermatrix
 omit & & , & & , & cr
 omit & overbracebegingroup
 setlengtharraycolsep2.5pt
 beginbmatrix
 0,9960 & -0,0037 \
 0,0111 & 0,9867 
 endbmatrix
 endgroup & , & overbracebegingroup
 setlengtharraycolsep2.5pt
 beginbmatrix
 0,9961 & -0,0059 \
 0,0715 & 1,0423
 endbmatrix
 endgroup & , & overbracebegingroup
 setlengtharraycolsep2.5pt
 beginbmatrix
 1,0034 & 0,0009 \
 0,0098 & 0,9696
 endbmatrix
 endgroup
 nonumber
endeqnarray
enddocument
The execution results of aforementioned code:

P.S.: I would like to stretch the delimiters until the red arrows.
kbordermatrix
add a comment |
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
usepackageamsfonts,amssymb,array,mathtools
usepackagekbordermatrix
begindocument
begineqnarray 
 mathbfA & = & 
 setlengthkbrowsep2pt
 setlengthkbcolsep0pt
 renewcommandarraystretch1.5
 renewcommandkbldelim(
 renewcommandkbrdelim)
 kbordermatrix
 omit & & , & & , & cr
 omit & overbracebegingroup
 setlengtharraycolsep2.5pt
 beginbmatrix
 0,9960 & -0,0037 \
 0,0111 & 0,9867 
 endbmatrix
 endgroup & , & overbracebegingroup
 setlengtharraycolsep2.5pt
 beginbmatrix
 0,9961 & -0,0059 \
 0,0715 & 1,0423
 endbmatrix
 endgroup & , & overbracebegingroup
 setlengtharraycolsep2.5pt
 beginbmatrix
 1,0034 & 0,0009 \
 0,0098 & 0,9696
 endbmatrix
 endgroup
 nonumber
endeqnarray
enddocument
The execution results of aforementioned code:

P.S.: I would like to stretch the delimiters until the red arrows.
kbordermatrix
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
usepackageamsfonts,amssymb,array,mathtools
usepackagekbordermatrix
begindocument
begineqnarray 
 mathbfA & = & 
 setlengthkbrowsep2pt
 setlengthkbcolsep0pt
 renewcommandarraystretch1.5
 renewcommandkbldelim(
 renewcommandkbrdelim)
 kbordermatrix
 omit & & , & & , & cr
 omit & overbracebegingroup
 setlengtharraycolsep2.5pt
 beginbmatrix
 0,9960 & -0,0037 \
 0,0111 & 0,9867 
 endbmatrix
 endgroup & , & overbracebegingroup
 setlengtharraycolsep2.5pt
 beginbmatrix
 0,9961 & -0,0059 \
 0,0715 & 1,0423
 endbmatrix
 endgroup & , & overbracebegingroup
 setlengtharraycolsep2.5pt
 beginbmatrix
 1,0034 & 0,0009 \
 0,0098 & 0,9696
 endbmatrix
 endgroup
 nonumber
endeqnarray
enddocument
The execution results of aforementioned code:

P.S.: I would like to stretch the delimiters until the red arrows.
kbordermatrix
kbordermatrix
edited 2 hours ago
Adriano
asked 3 hours ago
AdrianoAdriano
354
354
add a comment |
add a comment |
 2 Answers
 2
 
active
oldest
votes
Turn off arraystretch. Then, manually, add the desired space between rows.
documentclass[brazil]article
usepackageamsfonts,amssymb,array,mathtools
usepackagekbordermatrix
begindocument
begineqnarray 
 mathbfA & = & 
 setlengthkbrowsep2pt
 setlengthkbcolsep0pt
% renewcommandarraystretch1.5
 renewcommandkbldelim(
 renewcommandkbrdelim)
 kbordermatrix
 omit & & , & & , & cr
 omit & overbracebegingroup
 setlengtharraycolsep2.5pt
 beginbmatrix
 0,9960 & -0,0037 \[2ex]
 0,0111 & 0,9867 
 endbmatrix
 endgroup & , & overbracebegingroup
 setlengtharraycolsep2.5pt
 beginbmatrix
 0,9961 & -0,0059 \[2ex]
 0,0715 & 1,0423
 endbmatrix
 endgroup & , & overbracebegingroup
 setlengtharraycolsep2.5pt
 beginbmatrix
 1,0034 & 0,0009 \[2ex]
 0,0098 & 0,9696
 endbmatrix
 endgroup
 nonumber
endeqnarray
enddocument

 
 
 
 
 
 
 
 @StevenSegletes, I tested your solution and it worked fine. Thank you by help.
 
 – Adriano
 19 mins ago
 
 
 
add a comment |
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
usepackageamssymb, array, mathtools
usepackageicomma, nccmath 
newenvironmentbmmatrixmedsizebmatrixendbmatrixendmedsize
begindocument
beginalign*
mathbfA & = renewcommandarraystretch1.5
 beginpmatrix
 ,smash[t]overbracebeginbmatrix
 0,9960 & -0,0037 \
 0,0111 & 0,9867
 endbmatrix
 &negthickspace,negthickspace! & 
 smash[t]overbracebeginbmatrix
 0,9961 & -0,0059 \
 0,0715 & 1,0423
 endbmatrix
 &negthickspace,negthickspace! & 
 smash[t]overbrace%
 beginbmatrix
 1,0034 & 0,0009 \
 0,0098 & 0,9696
 endbmatrix, vphantombeginbmatrix, \ ,
 endbmatrix
 endpmatrix\[2ex] 
mathbfA & = renewcommandarraystretch1.5
beginpmatrix
 ,smash[t]overbracebeginbmmatrix
 0,9960 & -0,0037 \
 0,0111 & 0,9867
 endbmmatrix
 &negthickspace,negthickspace! &
 smash[t]overbracebeginbmmatrix
 0,9961 & -0,0059 \
 0,0715 & 1,0423
 endbmmatrix
 &negthickspace,negthickspace! &
 smash[t]overbrace%
 beginbmmatrix
 1,0034 & 0,0009 \
 0,0098 & 0,9696
 endbmmatrix, vphantombeginbmmatrix, \ ,
 endbmmatrix
 endpmatrix
 endalign*
enddocument

add a comment |
 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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Turn off arraystretch. Then, manually, add the desired space between rows.
documentclass[brazil]article
usepackageamsfonts,amssymb,array,mathtools
usepackagekbordermatrix
begindocument
begineqnarray 
 mathbfA & = & 
 setlengthkbrowsep2pt
 setlengthkbcolsep0pt
% renewcommandarraystretch1.5
 renewcommandkbldelim(
 renewcommandkbrdelim)
 kbordermatrix
 omit & & , & & , & cr
 omit & overbracebegingroup
 setlengtharraycolsep2.5pt
 beginbmatrix
 0,9960 & -0,0037 \[2ex]
 0,0111 & 0,9867 
 endbmatrix
 endgroup & , & overbracebegingroup
 setlengtharraycolsep2.5pt
 beginbmatrix
 0,9961 & -0,0059 \[2ex]
 0,0715 & 1,0423
 endbmatrix
 endgroup & , & overbracebegingroup
 setlengtharraycolsep2.5pt
 beginbmatrix
 1,0034 & 0,0009 \[2ex]
 0,0098 & 0,9696
 endbmatrix
 endgroup
 nonumber
endeqnarray
enddocument

 
 
 
 
 
 
 
 @StevenSegletes, I tested your solution and it worked fine. Thank you by help.
 
 – Adriano
 19 mins ago
 
 
 
add a comment |
Turn off arraystretch. Then, manually, add the desired space between rows.
documentclass[brazil]article
usepackageamsfonts,amssymb,array,mathtools
usepackagekbordermatrix
begindocument
begineqnarray 
 mathbfA & = & 
 setlengthkbrowsep2pt
 setlengthkbcolsep0pt
% renewcommandarraystretch1.5
 renewcommandkbldelim(
 renewcommandkbrdelim)
 kbordermatrix
 omit & & , & & , & cr
 omit & overbracebegingroup
 setlengtharraycolsep2.5pt
 beginbmatrix
 0,9960 & -0,0037 \[2ex]
 0,0111 & 0,9867 
 endbmatrix
 endgroup & , & overbracebegingroup
 setlengtharraycolsep2.5pt
 beginbmatrix
 0,9961 & -0,0059 \[2ex]
 0,0715 & 1,0423
 endbmatrix
 endgroup & , & overbracebegingroup
 setlengtharraycolsep2.5pt
 beginbmatrix
 1,0034 & 0,0009 \[2ex]
 0,0098 & 0,9696
 endbmatrix
 endgroup
 nonumber
endeqnarray
enddocument

 
 
 
 
 
 
 
 @StevenSegletes, I tested your solution and it worked fine. Thank you by help.
 
 – Adriano
 19 mins ago
 
 
 
add a comment |
Turn off arraystretch. Then, manually, add the desired space between rows.
documentclass[brazil]article
usepackageamsfonts,amssymb,array,mathtools
usepackagekbordermatrix
begindocument
begineqnarray 
 mathbfA & = & 
 setlengthkbrowsep2pt
 setlengthkbcolsep0pt
% renewcommandarraystretch1.5
 renewcommandkbldelim(
 renewcommandkbrdelim)
 kbordermatrix
 omit & & , & & , & cr
 omit & overbracebegingroup
 setlengtharraycolsep2.5pt
 beginbmatrix
 0,9960 & -0,0037 \[2ex]
 0,0111 & 0,9867 
 endbmatrix
 endgroup & , & overbracebegingroup
 setlengtharraycolsep2.5pt
 beginbmatrix
 0,9961 & -0,0059 \[2ex]
 0,0715 & 1,0423
 endbmatrix
 endgroup & , & overbracebegingroup
 setlengtharraycolsep2.5pt
 beginbmatrix
 1,0034 & 0,0009 \[2ex]
 0,0098 & 0,9696
 endbmatrix
 endgroup
 nonumber
endeqnarray
enddocument

Turn off arraystretch. Then, manually, add the desired space between rows.
documentclass[brazil]article
usepackageamsfonts,amssymb,array,mathtools
usepackagekbordermatrix
begindocument
begineqnarray 
 mathbfA & = & 
 setlengthkbrowsep2pt
 setlengthkbcolsep0pt
% renewcommandarraystretch1.5
 renewcommandkbldelim(
 renewcommandkbrdelim)
 kbordermatrix
 omit & & , & & , & cr
 omit & overbracebegingroup
 setlengtharraycolsep2.5pt
 beginbmatrix
 0,9960 & -0,0037 \[2ex]
 0,0111 & 0,9867 
 endbmatrix
 endgroup & , & overbracebegingroup
 setlengtharraycolsep2.5pt
 beginbmatrix
 0,9961 & -0,0059 \[2ex]
 0,0715 & 1,0423
 endbmatrix
 endgroup & , & overbracebegingroup
 setlengtharraycolsep2.5pt
 beginbmatrix
 1,0034 & 0,0009 \[2ex]
 0,0098 & 0,9696
 endbmatrix
 endgroup
 nonumber
endeqnarray
enddocument

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
 
 
 
add a comment |
 
 
 
 
 
 
 
 @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
add a comment |
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
usepackageamssymb, array, mathtools
usepackageicomma, nccmath 
newenvironmentbmmatrixmedsizebmatrixendbmatrixendmedsize
begindocument
beginalign*
mathbfA & = renewcommandarraystretch1.5
 beginpmatrix
 ,smash[t]overbracebeginbmatrix
 0,9960 & -0,0037 \
 0,0111 & 0,9867
 endbmatrix
 &negthickspace,negthickspace! & 
 smash[t]overbracebeginbmatrix
 0,9961 & -0,0059 \
 0,0715 & 1,0423
 endbmatrix
 &negthickspace,negthickspace! & 
 smash[t]overbrace%
 beginbmatrix
 1,0034 & 0,0009 \
 0,0098 & 0,9696
 endbmatrix, vphantombeginbmatrix, \ ,
 endbmatrix
 endpmatrix\[2ex] 
mathbfA & = renewcommandarraystretch1.5
beginpmatrix
 ,smash[t]overbracebeginbmmatrix
 0,9960 & -0,0037 \
 0,0111 & 0,9867
 endbmmatrix
 &negthickspace,negthickspace! &
 smash[t]overbracebeginbmmatrix
 0,9961 & -0,0059 \
 0,0715 & 1,0423
 endbmmatrix
 &negthickspace,negthickspace! &
 smash[t]overbrace%
 beginbmmatrix
 1,0034 & 0,0009 \
 0,0098 & 0,9696
 endbmmatrix, vphantombeginbmmatrix, \ ,
 endbmmatrix
 endpmatrix
 endalign*
enddocument

add a comment |
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
usepackageamssymb, array, mathtools
usepackageicomma, nccmath 
newenvironmentbmmatrixmedsizebmatrixendbmatrixendmedsize
begindocument
beginalign*
mathbfA & = renewcommandarraystretch1.5
 beginpmatrix
 ,smash[t]overbracebeginbmatrix
 0,9960 & -0,0037 \
 0,0111 & 0,9867
 endbmatrix
 &negthickspace,negthickspace! & 
 smash[t]overbracebeginbmatrix
 0,9961 & -0,0059 \
 0,0715 & 1,0423
 endbmatrix
 &negthickspace,negthickspace! & 
 smash[t]overbrace%
 beginbmatrix
 1,0034 & 0,0009 \
 0,0098 & 0,9696
 endbmatrix, vphantombeginbmatrix, \ ,
 endbmatrix
 endpmatrix\[2ex] 
mathbfA & = renewcommandarraystretch1.5
beginpmatrix
 ,smash[t]overbracebeginbmmatrix
 0,9960 & -0,0037 \
 0,0111 & 0,9867
 endbmmatrix
 &negthickspace,negthickspace! &
 smash[t]overbracebeginbmmatrix
 0,9961 & -0,0059 \
 0,0715 & 1,0423
 endbmmatrix
 &negthickspace,negthickspace! &
 smash[t]overbrace%
 beginbmmatrix
 1,0034 & 0,0009 \
 0,0098 & 0,9696
 endbmmatrix, vphantombeginbmmatrix, \ ,
 endbmmatrix
 endpmatrix
 endalign*
enddocument

add a comment |
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
usepackageamssymb, array, mathtools
usepackageicomma, nccmath 
newenvironmentbmmatrixmedsizebmatrixendbmatrixendmedsize
begindocument
beginalign*
mathbfA & = renewcommandarraystretch1.5
 beginpmatrix
 ,smash[t]overbracebeginbmatrix
 0,9960 & -0,0037 \
 0,0111 & 0,9867
 endbmatrix
 &negthickspace,negthickspace! & 
 smash[t]overbracebeginbmatrix
 0,9961 & -0,0059 \
 0,0715 & 1,0423
 endbmatrix
 &negthickspace,negthickspace! & 
 smash[t]overbrace%
 beginbmatrix
 1,0034 & 0,0009 \
 0,0098 & 0,9696
 endbmatrix, vphantombeginbmatrix, \ ,
 endbmatrix
 endpmatrix\[2ex] 
mathbfA & = renewcommandarraystretch1.5
beginpmatrix
 ,smash[t]overbracebeginbmmatrix
 0,9960 & -0,0037 \
 0,0111 & 0,9867
 endbmmatrix
 &negthickspace,negthickspace! &
 smash[t]overbracebeginbmmatrix
 0,9961 & -0,0059 \
 0,0715 & 1,0423
 endbmmatrix
 &negthickspace,negthickspace! &
 smash[t]overbrace%
 beginbmmatrix
 1,0034 & 0,0009 \
 0,0098 & 0,9696
 endbmmatrix, vphantombeginbmmatrix, \ ,
 endbmmatrix
 endpmatrix
 endalign*
enddocument

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
usepackageamssymb, array, mathtools
usepackageicomma, nccmath 
newenvironmentbmmatrixmedsizebmatrixendbmatrixendmedsize
begindocument
beginalign*
mathbfA & = renewcommandarraystretch1.5
 beginpmatrix
 ,smash[t]overbracebeginbmatrix
 0,9960 & -0,0037 \
 0,0111 & 0,9867
 endbmatrix
 &negthickspace,negthickspace! & 
 smash[t]overbracebeginbmatrix
 0,9961 & -0,0059 \
 0,0715 & 1,0423
 endbmatrix
 &negthickspace,negthickspace! & 
 smash[t]overbrace%
 beginbmatrix
 1,0034 & 0,0009 \
 0,0098 & 0,9696
 endbmatrix, vphantombeginbmatrix, \ ,
 endbmatrix
 endpmatrix\[2ex] 
mathbfA & = renewcommandarraystretch1.5
beginpmatrix
 ,smash[t]overbracebeginbmmatrix
 0,9960 & -0,0037 \
 0,0111 & 0,9867
 endbmmatrix
 &negthickspace,negthickspace! &
 smash[t]overbracebeginbmmatrix
 0,9961 & -0,0059 \
 0,0715 & 1,0423
 endbmmatrix
 &negthickspace,negthickspace! &
 smash[t]overbrace%
 beginbmmatrix
 1,0034 & 0,0009 \
 0,0098 & 0,9696
 endbmmatrix, vphantombeginbmmatrix, \ ,
 endbmmatrix
 endpmatrix
 endalign*
enddocument

answered 1 hour ago
BernardBernard
176k778210
176k778210
add a comment |
add a comment |
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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