matrix in a matrix Announcing the arrival of Valued Associate #679: Cesar Manara ...
My admission is revoked after accepting the admission offer
What's the difference between using dependency injection with a container and using a service locator?
How do I deal with an erroneously large refund?
A journey... into the MIND
How to keep bees out of canned beverages?
Marquee sign letters
Why aren't road bicycle wheels tiny?
Is it appropriate to mention a relatable company blog post when you're asked about the company?
What happened to Viserion in Season 7?
Why isn't everyone flabbergasted about Bran's "gift"?
In search of the origins of term censor, I hit a dead end stuck with the greek term, to censor, λογοκρίνω
What is the evidence that custom checks in Northern Ireland are going to result in violence?
Why did Europeans not widely domesticate foxes?
Why would the Overseers waste their stock of slaves on the Game?
Like totally amazing interchangeable sister outfit accessory swapping or whatever
What is the ongoing value of the Kanban board to the developers as opposed to management
Processing ADC conversion result: DMA vs Processor Registers
How long can a nation maintain a technological edge over the rest of the world?
All ASCII characters with a given bit count
Why do people think Winterfell crypts is the safest place for women, children & old people?
Why doesn't the university give past final exams' answers?
When does Bran Stark remember Jamie pushing him?
Calculating the expected value of truncated normal
Why did Israel vote against lifting the American embargo on Cuba?
matrix in a matrix
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm 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
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
add a comment |
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
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 thedocumentclassand the appropriate packages so that those trying to help don't have to recreate it.
– Peter Grill
Apr 3 '12 at 17:51
add a comment |
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
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
matrices
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 thedocumentclassand the appropriate packages so that those trying to help don't have to recreate it.
– Peter Grill
Apr 3 '12 at 17:51
add a comment |
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 thedocumentclassand 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
add a comment |
1 Answer
1
active
oldest
votes
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}

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
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%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
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}

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
add a comment |
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}

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
add a comment |
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}

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}

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
add a comment |
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
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%2f50627%2fmatrix-in-a-matrix%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
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
documentclassand the appropriate packages so that those trying to help don't have to recreate it.– Peter Grill
Apr 3 '12 at 17:51