matrix in a matrix Announcing the arrival of Valued Associate #679: Cesar Manara ...

What happened to Viserion in Season 7?

false 'Security alert' from Google - every login generates mails from 'no-reply@accounts.google.com'

Preserving file and folder permissions with rsync

Why isn't everyone flabbergasted about Bran's "gift"?

Suing a Police Officer Instead of the Police Department

How to begin with a paragraph in latex

Feather, the Redeemed and Dire Fleet Daredevil

Co-worker works way more than he should

Protagonist's race is hidden - should I reveal it?

Is there an efficient way for synchronising audio events real-time with LEDs using an MCU?

Could a cockatrice have parasitic embryos?

Why is arima in R one time step off?

Raising a bilingual kid. When should we introduce the majority language?

Does a Draconic Bloodline sorcerer's doubled proficiency bonus for Charisma checks against dragons apply to all dragon types or only the chosen one?

Cisco DHCP Router

How can I wire a 9-position switch so that each position turns on one more LED than the one before?

Is it accepted to use working hours to read general interest books?

How did Elite on the NES work?

What is /etc/mtab in Linux?

What was Apollo 13's "Little Jolt" after MECO?

Can gravitational waves pass through a black hole?

What's parked in Mil Moscow helicopter plant?

Why did Israel vote against lifting the American embargo on Cuba?

Are there existing rules/lore for MTG planeswalkers?



matrix in a matrix



Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30 pm US/Eastern)Align matrices in TexmakerBrackets inside brackets with newline insideSub-matrices within a matrixDeterminants inside matrixSmaller matrices (or other math elements) in displayed mathSpecific blockmatricesObstacles to simulating an amsmath matrix by a TiKZ matrix of math nodesbreaking lines in a matrix/array environmentCentering vdots in a sparse matrix with an even number of rowsControlling Matrix like a shape in TikzPerform matrix operations (addition, product, transpose, etc.) in LaTeX?Using multirow with smallmatrixCreating a transition probability matrixTikZ matrix of objects in LaTeX












19















I would like to draw a matrix with top left, top right, bottom left and bottom right blocks.
The top left should be a 3x3 matrix with numerical entries, the top right is 0, the bottom left is 0 and the bottom right is just a "single" entry uJ. Here is my attempt.



$
left[
begin{array}{c|c}
[begin{array{c|c|c}
0 & 0 & 2mathrm tr(MM^{*}) \
0 & 0 & -ua \
u & -ua & 0 end{array}] & 0\ hline
0 & uJ
end{array}right].
$


I would like to emphasize that the non-top-left entries are not just single entries, but blocks, so I do not want to just make a 4 by 4 matrix with vlines and hlines and additional 0's.










share|improve this question

























  • Welcome to TeX.SE. While code snippets are useful in explanations, it is always best to compose a fully compilable MWE that illustrates the problem including the documentclass and the appropriate packages so that those trying to help don't have to recreate it.

    – Peter Grill
    Apr 3 '12 at 17:51
















19















I would like to draw a matrix with top left, top right, bottom left and bottom right blocks.
The top left should be a 3x3 matrix with numerical entries, the top right is 0, the bottom left is 0 and the bottom right is just a "single" entry uJ. Here is my attempt.



$
left[
begin{array}{c|c}
[begin{array{c|c|c}
0 & 0 & 2mathrm tr(MM^{*}) \
0 & 0 & -ua \
u & -ua & 0 end{array}] & 0\ hline
0 & uJ
end{array}right].
$


I would like to emphasize that the non-top-left entries are not just single entries, but blocks, so I do not want to just make a 4 by 4 matrix with vlines and hlines and additional 0's.










share|improve this question

























  • Welcome to TeX.SE. While code snippets are useful in explanations, it is always best to compose a fully compilable MWE that illustrates the problem including the documentclass and the appropriate packages so that those trying to help don't have to recreate it.

    – Peter Grill
    Apr 3 '12 at 17:51














19












19








19


8






I would like to draw a matrix with top left, top right, bottom left and bottom right blocks.
The top left should be a 3x3 matrix with numerical entries, the top right is 0, the bottom left is 0 and the bottom right is just a "single" entry uJ. Here is my attempt.



$
left[
begin{array}{c|c}
[begin{array{c|c|c}
0 & 0 & 2mathrm tr(MM^{*}) \
0 & 0 & -ua \
u & -ua & 0 end{array}] & 0\ hline
0 & uJ
end{array}right].
$


I would like to emphasize that the non-top-left entries are not just single entries, but blocks, so I do not want to just make a 4 by 4 matrix with vlines and hlines and additional 0's.










share|improve this question
















I would like to draw a matrix with top left, top right, bottom left and bottom right blocks.
The top left should be a 3x3 matrix with numerical entries, the top right is 0, the bottom left is 0 and the bottom right is just a "single" entry uJ. Here is my attempt.



$
left[
begin{array}{c|c}
[begin{array{c|c|c}
0 & 0 & 2mathrm tr(MM^{*}) \
0 & 0 & -ua \
u & -ua & 0 end{array}] & 0\ hline
0 & uJ
end{array}right].
$


I would like to emphasize that the non-top-left entries are not just single entries, but blocks, so I do not want to just make a 4 by 4 matrix with vlines and hlines and additional 0's.







matrices






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Jul 18 '17 at 9:21









David Carlisle

501k4211471897




501k4211471897










asked Apr 3 '12 at 17:34









KarlrKarlr

98114




98114













  • Welcome to TeX.SE. While code snippets are useful in explanations, it is always best to compose a fully compilable MWE that illustrates the problem including the documentclass and the appropriate packages so that those trying to help don't have to recreate it.

    – Peter Grill
    Apr 3 '12 at 17:51



















  • Welcome to TeX.SE. While code snippets are useful in explanations, it is always best to compose a fully compilable MWE that illustrates the problem including the documentclass and the appropriate packages so that those trying to help don't have to recreate it.

    – Peter Grill
    Apr 3 '12 at 17:51

















Welcome to TeX.SE. While code snippets are useful in explanations, it is always best to compose a fully compilable MWE that illustrates the problem including the documentclass and the appropriate packages so that those trying to help don't have to recreate it.

– Peter Grill
Apr 3 '12 at 17:51





Welcome to TeX.SE. While code snippets are useful in explanations, it is always best to compose a fully compilable MWE that illustrates the problem including the documentclass and the appropriate packages so that those trying to help don't have to recreate it.

– Peter Grill
Apr 3 '12 at 17:51










1 Answer
1






active

oldest

votes


















24














Something like this ?



documentclass{article} 
usepackage{amsmath}

begin{document}

[
left[
begin{array}{c@{}c@{}c}
left[begin{array}{cc}
a_{11} & a_{12} \
a_{21} & a_{22} \
end{array}right] & mathbf{0} & mathbf{0} \
mathbf{0} & left[begin{array}{ccc}
b_{11} & b_{12} & b_{13}\
b_{21} & b_{22} & b_{23}\
b_{31} & b_{32} & b_{33}\
end{array}right] & mathbf{0}\
mathbf{0} & mathbf{0} & left[ begin{array}{cc}
c_{11} & c_{12} \
c_{21} & c_{22} \
end{array}right] \
end{array}right]
]
end{document}


enter image description here






share|improve this answer


























  • What does the @{} in the array definition mean?

    – amoebe
    Jan 10 '17 at 1:02






  • 1





    @amoebe @{} means nothing (no space) between those columns. If you want, you can have anything, by setting @{<anything>}

    – marsupilam
    Jun 7 '17 at 17:50












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%2f50627%2fmatrix-in-a-matrix%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









24














Something like this ?



documentclass{article} 
usepackage{amsmath}

begin{document}

[
left[
begin{array}{c@{}c@{}c}
left[begin{array}{cc}
a_{11} & a_{12} \
a_{21} & a_{22} \
end{array}right] & mathbf{0} & mathbf{0} \
mathbf{0} & left[begin{array}{ccc}
b_{11} & b_{12} & b_{13}\
b_{21} & b_{22} & b_{23}\
b_{31} & b_{32} & b_{33}\
end{array}right] & mathbf{0}\
mathbf{0} & mathbf{0} & left[ begin{array}{cc}
c_{11} & c_{12} \
c_{21} & c_{22} \
end{array}right] \
end{array}right]
]
end{document}


enter image description here






share|improve this answer


























  • What does the @{} in the array definition mean?

    – amoebe
    Jan 10 '17 at 1:02






  • 1





    @amoebe @{} means nothing (no space) between those columns. If you want, you can have anything, by setting @{<anything>}

    – marsupilam
    Jun 7 '17 at 17:50
















24














Something like this ?



documentclass{article} 
usepackage{amsmath}

begin{document}

[
left[
begin{array}{c@{}c@{}c}
left[begin{array}{cc}
a_{11} & a_{12} \
a_{21} & a_{22} \
end{array}right] & mathbf{0} & mathbf{0} \
mathbf{0} & left[begin{array}{ccc}
b_{11} & b_{12} & b_{13}\
b_{21} & b_{22} & b_{23}\
b_{31} & b_{32} & b_{33}\
end{array}right] & mathbf{0}\
mathbf{0} & mathbf{0} & left[ begin{array}{cc}
c_{11} & c_{12} \
c_{21} & c_{22} \
end{array}right] \
end{array}right]
]
end{document}


enter image description here






share|improve this answer


























  • What does the @{} in the array definition mean?

    – amoebe
    Jan 10 '17 at 1:02






  • 1





    @amoebe @{} means nothing (no space) between those columns. If you want, you can have anything, by setting @{<anything>}

    – marsupilam
    Jun 7 '17 at 17:50














24












24








24







Something like this ?



documentclass{article} 
usepackage{amsmath}

begin{document}

[
left[
begin{array}{c@{}c@{}c}
left[begin{array}{cc}
a_{11} & a_{12} \
a_{21} & a_{22} \
end{array}right] & mathbf{0} & mathbf{0} \
mathbf{0} & left[begin{array}{ccc}
b_{11} & b_{12} & b_{13}\
b_{21} & b_{22} & b_{23}\
b_{31} & b_{32} & b_{33}\
end{array}right] & mathbf{0}\
mathbf{0} & mathbf{0} & left[ begin{array}{cc}
c_{11} & c_{12} \
c_{21} & c_{22} \
end{array}right] \
end{array}right]
]
end{document}


enter image description here






share|improve this answer















Something like this ?



documentclass{article} 
usepackage{amsmath}

begin{document}

[
left[
begin{array}{c@{}c@{}c}
left[begin{array}{cc}
a_{11} & a_{12} \
a_{21} & a_{22} \
end{array}right] & mathbf{0} & mathbf{0} \
mathbf{0} & left[begin{array}{ccc}
b_{11} & b_{12} & b_{13}\
b_{21} & b_{22} & b_{23}\
b_{31} & b_{32} & b_{33}\
end{array}right] & mathbf{0}\
mathbf{0} & mathbf{0} & left[ begin{array}{cc}
c_{11} & c_{12} \
c_{21} & c_{22} \
end{array}right] \
end{array}right]
]
end{document}


enter image description here







share|improve this answer














share|improve this answer



share|improve this answer








edited Jun 7 '17 at 17:48









Moriambar

7,97331846




7,97331846










answered Apr 3 '12 at 17:56









Alain MatthesAlain Matthes

73.8k7163295




73.8k7163295













  • What does the @{} in the array definition mean?

    – amoebe
    Jan 10 '17 at 1:02






  • 1





    @amoebe @{} means nothing (no space) between those columns. If you want, you can have anything, by setting @{<anything>}

    – marsupilam
    Jun 7 '17 at 17:50



















  • What does the @{} in the array definition mean?

    – amoebe
    Jan 10 '17 at 1:02






  • 1





    @amoebe @{} means nothing (no space) between those columns. If you want, you can have anything, by setting @{<anything>}

    – marsupilam
    Jun 7 '17 at 17:50

















What does the @{} in the array definition mean?

– amoebe
Jan 10 '17 at 1:02





What does the @{} in the array definition mean?

– amoebe
Jan 10 '17 at 1:02




1




1





@amoebe @{} means nothing (no space) between those columns. If you want, you can have anything, by setting @{<anything>}

– marsupilam
Jun 7 '17 at 17:50





@amoebe @{} means nothing (no space) between those columns. If you want, you can have anything, by setting @{<anything>}

– marsupilam
Jun 7 '17 at 17:50


















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%2f50627%2fmatrix-in-a-matrix%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

IEEEtran - How to include ORCID in TeX/PDF with PdfLatexIs there a standard way to include ORCID in TeX /...

Cicindela nigrior Przypisy | Menu nawigacyjneCicindela varians unicolorManual for the Identification of the...

Glossaries-extra: Adding glossaries package to “Clas­sicTh­e­sis” template by Dr. André Miede v. 4.6 ...