Text above matricesHow do I label different rows or columns of a matrix using braces?use of tikzpicture matrix in align or gather environmentLabel a matrix by charactersSame height for list of comma-separated vectorsSmaller matrices (or other math elements) in displayed mathFormatting of matricesHow to wrap text around a matrix?Block matrices with LaTeXUse matrices in TikZposter environment?Dealing with matrices with large symbolic expressionsNew Matrix CommandMissing $ inserted for matricesMultiline equation with matrices
What killed these X2 caps?
Is it legal for company to use my work email to pretend I still work there?
How badly should I try to prevent a user from XSSing themselves?
What's the point of deactivating Num Lock on login screens?
Cronab fails because shell path not found
Why is Collection not simply treated as Collection<?>
Do I have a twin with permutated remainders?
Fully-Firstable Anagram Sets
Why does ы have a soft sign in it?
Does a druid starting with a bow start with no arrows?
What mechanic is there to disable a threat instead of killing it?
Can I use a neutral wire from another outlet to repair a broken neutral?
How do I gain back my faith in my PhD degree?
Why is the ratio of two extensive quantities always intensive?
Would Slavery Reparations be considered Bills of Attainder and hence Illegal?
How can I prevent hyper evolved versions of regular creatures from wiping out their cousins?
How to take photos in burst mode, without vibration?
What is the intuition behind short exact sequences of groups; in particular, what is the intuition behind group extensions?
Can a virus destroy the BIOS of a modern computer?
Has there ever been an airliner design involving reducing generator load by installing solar panels?
AES: Why is it a good practice to use only the first 16bytes of a hash for encryption?
Is it canonical bit space?
I'm flying to France today and my passport expires in less than 2 months
A reference to a well-known characterization of scattered compact spaces
Text above matrices
How do I label different rows or columns of a matrix using braces?use of tikzpicture matrix in align or gather environmentLabel a matrix by charactersSame height for list of comma-separated vectorsSmaller matrices (or other math elements) in displayed mathFormatting of matricesHow to wrap text around a matrix?Block matrices with LaTeXUse matrices in TikZposter environment?Dealing with matrices with large symbolic expressionsNew Matrix CommandMissing $ inserted for matricesMultiline equation with matrices
I am new to latex and I am trying to create this:

So far I have been able to create the matrices, like so:
[
Ntextrm spectra
beginbmatrix
a_11 & a_12 & cdots & a_1M \
a_21 & a_22 & cdots & a_2M \
vdots & vdots & ddots & vdots \
a_N1 & a_N2 & cdots & a_NM
endbmatrix\
quad
beginbmatrix
e_1 \
e_2 \
vdots \
e_N
endbmatrix
]
Does anyone know how can I add text above the matrices?
amsmath matrices arrays
add a comment |
I am new to latex and I am trying to create this:

So far I have been able to create the matrices, like so:
[
Ntextrm spectra
beginbmatrix
a_11 & a_12 & cdots & a_1M \
a_21 & a_22 & cdots & a_2M \
vdots & vdots & ddots & vdots \
a_N1 & a_N2 & cdots & a_NM
endbmatrix\
quad
beginbmatrix
e_1 \
e_2 \
vdots \
e_N
endbmatrix
]
Does anyone know how can I add text above the matrices?
amsmath matrices arrays
add a comment |
I am new to latex and I am trying to create this:

So far I have been able to create the matrices, like so:
[
Ntextrm spectra
beginbmatrix
a_11 & a_12 & cdots & a_1M \
a_21 & a_22 & cdots & a_2M \
vdots & vdots & ddots & vdots \
a_N1 & a_N2 & cdots & a_NM
endbmatrix\
quad
beginbmatrix
e_1 \
e_2 \
vdots \
e_N
endbmatrix
]
Does anyone know how can I add text above the matrices?
amsmath matrices arrays
I am new to latex and I am trying to create this:

So far I have been able to create the matrices, like so:
[
Ntextrm spectra
beginbmatrix
a_11 & a_12 & cdots & a_1M \
a_21 & a_22 & cdots & a_2M \
vdots & vdots & ddots & vdots \
a_N1 & a_N2 & cdots & a_NM
endbmatrix\
quad
beginbmatrix
e_1 \
e_2 \
vdots \
e_N
endbmatrix
]
Does anyone know how can I add text above the matrices?
amsmath matrices arrays
amsmath matrices arrays
edited Feb 26 at 12:16
L. F.
27711
27711
asked Jan 29 '12 at 13:45
aperezaperez
7315
7315
add a comment |
add a comment |
4 Answers
4
active
oldest
votes
Try this with stackrel and mbox's
[
Ntextrm spectra
stackrelmbox$M$ components%
beginbmatrix
a_11 & a_12 & cdots & a_1M \
a_21 & a_22 & cdots & a_2M \
vdots & vdots & ddots & vdots \
a_N1 & a_N2 & cdots & a_NM
endbmatrix%
quad
stackrelstackrelmboxerrormboxdetection%
beginbmatrix
e_1 \
e_2 \
vdots \
e_N
endbmatrix%
]

You're welcome. There is probably a better way of doing this, but this was the first thing to come to mind.
– qubyte
Jan 29 '12 at 14:00
add a comment |
The easiest way is to use array:
documentclassarticle
usepackageamsmath
begindocument
[
beginarrayccc
& & texterror \
& text$M$ components & textdetection \
text$N$ spectra &
beginbmatrix
a_11 & a_12 & cdots & a_1M \
a_21 & a_22 & cdots & a_2M \
vdots & vdots & ddots & vdots \
a_N1 & a_N2 & cdots & a_NM
endbmatrix &
beginbmatrix
e_1 \
e_2 \
vdots \
e_N
endbmatrix
endarray
]
enddocument

add a comment |
text where above the matrix? If you want a kind of heading above each column, then probably bordermatrix is your friend, a plain TeX command but usable in LaTeX.
If you want a single item over the whole matrix, then any latex stacking construct would do the job, stackrel or a second single column array environment with your bmatrix on the second row or....
update: sorry I see you want this second form, didn't notice the image link originally.
so....
[
Ntextrm spectra
beginsmallmatrix Mtextrm components\beginbmatrix
a_11 & a_12 & cdots & a_1M \
a_21 & a_22 & cdots & a_2M \
vdots & vdots & ddots & vdots \
a_N1 & a_N2 & cdots & a_NM
endbmatrixendsmallmatrix quad
beginsmallmatrix
textrmerror\
textrmdetection\
beginbmatrix
e_1 \
e_2 \
vdots \
e_N
endbmatrixendsmallmatrix
]
add a comment |
For future interest, if your labeling needs become more complicated, there is the qbordermatrix package which is somewhat more flexible than bordermatrix as you can label rows or columns and put the labels on any of the four sides of the matrix. I have used this a bit, but have just noticed that the delimiters seem to extend somewhat higher above the top row of matrix elements than I would like.
Some of the questions on the TikZ package have also been helpful for my early attempts at more complicated labeling of matrices. For example, see the responses on using braces to label some number of rows or columns of a matrix .
There is also the kbordermatrix package which seems initially designed to label the along the top and down the left side of a matrix. The documentation says
"I also have an experimental version that will put the labels on the right and bottom. If you ask, I will make it available."
This package does seem to do a better job than qbordermatrix of making the top of the delimiters an appropriate height above the top row of matrix elements.
For a more flexible solution I think I'm going to have to play with tikz more now that I know how to use tikz in amsmath environments like align and gather .
Do you mind addingkbordermatrixto your answer for the sake of completeness? It can be found on this page. And the documentation is on this link
– percusse
Jun 18 '12 at 14:13
@percusse You make a very good point. I had neglected this one some time ago as it didn't immediately seem designed to put labels below the bottom of a matrix, but the kbordermatrix package does have some advantage over the qbordermatrix for better delimiter sizing.
– Jason Whyte
Jun 19 '12 at 7:23
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%2f42666%2ftext-above-matrices%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
Try this with stackrel and mbox's
[
Ntextrm spectra
stackrelmbox$M$ components%
beginbmatrix
a_11 & a_12 & cdots & a_1M \
a_21 & a_22 & cdots & a_2M \
vdots & vdots & ddots & vdots \
a_N1 & a_N2 & cdots & a_NM
endbmatrix%
quad
stackrelstackrelmboxerrormboxdetection%
beginbmatrix
e_1 \
e_2 \
vdots \
e_N
endbmatrix%
]

You're welcome. There is probably a better way of doing this, but this was the first thing to come to mind.
– qubyte
Jan 29 '12 at 14:00
add a comment |
Try this with stackrel and mbox's
[
Ntextrm spectra
stackrelmbox$M$ components%
beginbmatrix
a_11 & a_12 & cdots & a_1M \
a_21 & a_22 & cdots & a_2M \
vdots & vdots & ddots & vdots \
a_N1 & a_N2 & cdots & a_NM
endbmatrix%
quad
stackrelstackrelmboxerrormboxdetection%
beginbmatrix
e_1 \
e_2 \
vdots \
e_N
endbmatrix%
]

You're welcome. There is probably a better way of doing this, but this was the first thing to come to mind.
– qubyte
Jan 29 '12 at 14:00
add a comment |
Try this with stackrel and mbox's
[
Ntextrm spectra
stackrelmbox$M$ components%
beginbmatrix
a_11 & a_12 & cdots & a_1M \
a_21 & a_22 & cdots & a_2M \
vdots & vdots & ddots & vdots \
a_N1 & a_N2 & cdots & a_NM
endbmatrix%
quad
stackrelstackrelmboxerrormboxdetection%
beginbmatrix
e_1 \
e_2 \
vdots \
e_N
endbmatrix%
]

Try this with stackrel and mbox's
[
Ntextrm spectra
stackrelmbox$M$ components%
beginbmatrix
a_11 & a_12 & cdots & a_1M \
a_21 & a_22 & cdots & a_2M \
vdots & vdots & ddots & vdots \
a_N1 & a_N2 & cdots & a_NM
endbmatrix%
quad
stackrelstackrelmboxerrormboxdetection%
beginbmatrix
e_1 \
e_2 \
vdots \
e_N
endbmatrix%
]

edited Mar 19 '17 at 19:49
David Carlisle
497k4111441891
497k4111441891
answered Jan 29 '12 at 13:51
qubytequbyte
13.7k44288
13.7k44288
You're welcome. There is probably a better way of doing this, but this was the first thing to come to mind.
– qubyte
Jan 29 '12 at 14:00
add a comment |
You're welcome. There is probably a better way of doing this, but this was the first thing to come to mind.
– qubyte
Jan 29 '12 at 14:00
You're welcome. There is probably a better way of doing this, but this was the first thing to come to mind.
– qubyte
Jan 29 '12 at 14:00
You're welcome. There is probably a better way of doing this, but this was the first thing to come to mind.
– qubyte
Jan 29 '12 at 14:00
add a comment |
The easiest way is to use array:
documentclassarticle
usepackageamsmath
begindocument
[
beginarrayccc
& & texterror \
& text$M$ components & textdetection \
text$N$ spectra &
beginbmatrix
a_11 & a_12 & cdots & a_1M \
a_21 & a_22 & cdots & a_2M \
vdots & vdots & ddots & vdots \
a_N1 & a_N2 & cdots & a_NM
endbmatrix &
beginbmatrix
e_1 \
e_2 \
vdots \
e_N
endbmatrix
endarray
]
enddocument

add a comment |
The easiest way is to use array:
documentclassarticle
usepackageamsmath
begindocument
[
beginarrayccc
& & texterror \
& text$M$ components & textdetection \
text$N$ spectra &
beginbmatrix
a_11 & a_12 & cdots & a_1M \
a_21 & a_22 & cdots & a_2M \
vdots & vdots & ddots & vdots \
a_N1 & a_N2 & cdots & a_NM
endbmatrix &
beginbmatrix
e_1 \
e_2 \
vdots \
e_N
endbmatrix
endarray
]
enddocument

add a comment |
The easiest way is to use array:
documentclassarticle
usepackageamsmath
begindocument
[
beginarrayccc
& & texterror \
& text$M$ components & textdetection \
text$N$ spectra &
beginbmatrix
a_11 & a_12 & cdots & a_1M \
a_21 & a_22 & cdots & a_2M \
vdots & vdots & ddots & vdots \
a_N1 & a_N2 & cdots & a_NM
endbmatrix &
beginbmatrix
e_1 \
e_2 \
vdots \
e_N
endbmatrix
endarray
]
enddocument

The easiest way is to use array:
documentclassarticle
usepackageamsmath
begindocument
[
beginarrayccc
& & texterror \
& text$M$ components & textdetection \
text$N$ spectra &
beginbmatrix
a_11 & a_12 & cdots & a_1M \
a_21 & a_22 & cdots & a_2M \
vdots & vdots & ddots & vdots \
a_N1 & a_N2 & cdots & a_NM
endbmatrix &
beginbmatrix
e_1 \
e_2 \
vdots \
e_N
endbmatrix
endarray
]
enddocument

edited Mar 19 '17 at 19:49
David Carlisle
497k4111441891
497k4111441891
answered Jan 29 '12 at 14:02
egregegreg
731k8919303252
731k8919303252
add a comment |
add a comment |
text where above the matrix? If you want a kind of heading above each column, then probably bordermatrix is your friend, a plain TeX command but usable in LaTeX.
If you want a single item over the whole matrix, then any latex stacking construct would do the job, stackrel or a second single column array environment with your bmatrix on the second row or....
update: sorry I see you want this second form, didn't notice the image link originally.
so....
[
Ntextrm spectra
beginsmallmatrix Mtextrm components\beginbmatrix
a_11 & a_12 & cdots & a_1M \
a_21 & a_22 & cdots & a_2M \
vdots & vdots & ddots & vdots \
a_N1 & a_N2 & cdots & a_NM
endbmatrixendsmallmatrix quad
beginsmallmatrix
textrmerror\
textrmdetection\
beginbmatrix
e_1 \
e_2 \
vdots \
e_N
endbmatrixendsmallmatrix
]
add a comment |
text where above the matrix? If you want a kind of heading above each column, then probably bordermatrix is your friend, a plain TeX command but usable in LaTeX.
If you want a single item over the whole matrix, then any latex stacking construct would do the job, stackrel or a second single column array environment with your bmatrix on the second row or....
update: sorry I see you want this second form, didn't notice the image link originally.
so....
[
Ntextrm spectra
beginsmallmatrix Mtextrm components\beginbmatrix
a_11 & a_12 & cdots & a_1M \
a_21 & a_22 & cdots & a_2M \
vdots & vdots & ddots & vdots \
a_N1 & a_N2 & cdots & a_NM
endbmatrixendsmallmatrix quad
beginsmallmatrix
textrmerror\
textrmdetection\
beginbmatrix
e_1 \
e_2 \
vdots \
e_N
endbmatrixendsmallmatrix
]
add a comment |
text where above the matrix? If you want a kind of heading above each column, then probably bordermatrix is your friend, a plain TeX command but usable in LaTeX.
If you want a single item over the whole matrix, then any latex stacking construct would do the job, stackrel or a second single column array environment with your bmatrix on the second row or....
update: sorry I see you want this second form, didn't notice the image link originally.
so....
[
Ntextrm spectra
beginsmallmatrix Mtextrm components\beginbmatrix
a_11 & a_12 & cdots & a_1M \
a_21 & a_22 & cdots & a_2M \
vdots & vdots & ddots & vdots \
a_N1 & a_N2 & cdots & a_NM
endbmatrixendsmallmatrix quad
beginsmallmatrix
textrmerror\
textrmdetection\
beginbmatrix
e_1 \
e_2 \
vdots \
e_N
endbmatrixendsmallmatrix
]
text where above the matrix? If you want a kind of heading above each column, then probably bordermatrix is your friend, a plain TeX command but usable in LaTeX.
If you want a single item over the whole matrix, then any latex stacking construct would do the job, stackrel or a second single column array environment with your bmatrix on the second row or....
update: sorry I see you want this second form, didn't notice the image link originally.
so....
[
Ntextrm spectra
beginsmallmatrix Mtextrm components\beginbmatrix
a_11 & a_12 & cdots & a_1M \
a_21 & a_22 & cdots & a_2M \
vdots & vdots & ddots & vdots \
a_N1 & a_N2 & cdots & a_NM
endbmatrixendsmallmatrix quad
beginsmallmatrix
textrmerror\
textrmdetection\
beginbmatrix
e_1 \
e_2 \
vdots \
e_N
endbmatrixendsmallmatrix
]
edited Jul 18 '17 at 8:42
answered Jan 29 '12 at 13:51
David CarlisleDavid Carlisle
497k4111441891
497k4111441891
add a comment |
add a comment |
For future interest, if your labeling needs become more complicated, there is the qbordermatrix package which is somewhat more flexible than bordermatrix as you can label rows or columns and put the labels on any of the four sides of the matrix. I have used this a bit, but have just noticed that the delimiters seem to extend somewhat higher above the top row of matrix elements than I would like.
Some of the questions on the TikZ package have also been helpful for my early attempts at more complicated labeling of matrices. For example, see the responses on using braces to label some number of rows or columns of a matrix .
There is also the kbordermatrix package which seems initially designed to label the along the top and down the left side of a matrix. The documentation says
"I also have an experimental version that will put the labels on the right and bottom. If you ask, I will make it available."
This package does seem to do a better job than qbordermatrix of making the top of the delimiters an appropriate height above the top row of matrix elements.
For a more flexible solution I think I'm going to have to play with tikz more now that I know how to use tikz in amsmath environments like align and gather .
Do you mind addingkbordermatrixto your answer for the sake of completeness? It can be found on this page. And the documentation is on this link
– percusse
Jun 18 '12 at 14:13
@percusse You make a very good point. I had neglected this one some time ago as it didn't immediately seem designed to put labels below the bottom of a matrix, but the kbordermatrix package does have some advantage over the qbordermatrix for better delimiter sizing.
– Jason Whyte
Jun 19 '12 at 7:23
add a comment |
For future interest, if your labeling needs become more complicated, there is the qbordermatrix package which is somewhat more flexible than bordermatrix as you can label rows or columns and put the labels on any of the four sides of the matrix. I have used this a bit, but have just noticed that the delimiters seem to extend somewhat higher above the top row of matrix elements than I would like.
Some of the questions on the TikZ package have also been helpful for my early attempts at more complicated labeling of matrices. For example, see the responses on using braces to label some number of rows or columns of a matrix .
There is also the kbordermatrix package which seems initially designed to label the along the top and down the left side of a matrix. The documentation says
"I also have an experimental version that will put the labels on the right and bottom. If you ask, I will make it available."
This package does seem to do a better job than qbordermatrix of making the top of the delimiters an appropriate height above the top row of matrix elements.
For a more flexible solution I think I'm going to have to play with tikz more now that I know how to use tikz in amsmath environments like align and gather .
Do you mind addingkbordermatrixto your answer for the sake of completeness? It can be found on this page. And the documentation is on this link
– percusse
Jun 18 '12 at 14:13
@percusse You make a very good point. I had neglected this one some time ago as it didn't immediately seem designed to put labels below the bottom of a matrix, but the kbordermatrix package does have some advantage over the qbordermatrix for better delimiter sizing.
– Jason Whyte
Jun 19 '12 at 7:23
add a comment |
For future interest, if your labeling needs become more complicated, there is the qbordermatrix package which is somewhat more flexible than bordermatrix as you can label rows or columns and put the labels on any of the four sides of the matrix. I have used this a bit, but have just noticed that the delimiters seem to extend somewhat higher above the top row of matrix elements than I would like.
Some of the questions on the TikZ package have also been helpful for my early attempts at more complicated labeling of matrices. For example, see the responses on using braces to label some number of rows or columns of a matrix .
There is also the kbordermatrix package which seems initially designed to label the along the top and down the left side of a matrix. The documentation says
"I also have an experimental version that will put the labels on the right and bottom. If you ask, I will make it available."
This package does seem to do a better job than qbordermatrix of making the top of the delimiters an appropriate height above the top row of matrix elements.
For a more flexible solution I think I'm going to have to play with tikz more now that I know how to use tikz in amsmath environments like align and gather .
For future interest, if your labeling needs become more complicated, there is the qbordermatrix package which is somewhat more flexible than bordermatrix as you can label rows or columns and put the labels on any of the four sides of the matrix. I have used this a bit, but have just noticed that the delimiters seem to extend somewhat higher above the top row of matrix elements than I would like.
Some of the questions on the TikZ package have also been helpful for my early attempts at more complicated labeling of matrices. For example, see the responses on using braces to label some number of rows or columns of a matrix .
There is also the kbordermatrix package which seems initially designed to label the along the top and down the left side of a matrix. The documentation says
"I also have an experimental version that will put the labels on the right and bottom. If you ask, I will make it available."
This package does seem to do a better job than qbordermatrix of making the top of the delimiters an appropriate height above the top row of matrix elements.
For a more flexible solution I think I'm going to have to play with tikz more now that I know how to use tikz in amsmath environments like align and gather .
edited 7 mins ago
Adrian Tam
1054
1054
answered Jun 18 '12 at 6:26
Jason WhyteJason Whyte
8981720
8981720
Do you mind addingkbordermatrixto your answer for the sake of completeness? It can be found on this page. And the documentation is on this link
– percusse
Jun 18 '12 at 14:13
@percusse You make a very good point. I had neglected this one some time ago as it didn't immediately seem designed to put labels below the bottom of a matrix, but the kbordermatrix package does have some advantage over the qbordermatrix for better delimiter sizing.
– Jason Whyte
Jun 19 '12 at 7:23
add a comment |
Do you mind addingkbordermatrixto your answer for the sake of completeness? It can be found on this page. And the documentation is on this link
– percusse
Jun 18 '12 at 14:13
@percusse You make a very good point. I had neglected this one some time ago as it didn't immediately seem designed to put labels below the bottom of a matrix, but the kbordermatrix package does have some advantage over the qbordermatrix for better delimiter sizing.
– Jason Whyte
Jun 19 '12 at 7:23
Do you mind adding
kbordermatrix to your answer for the sake of completeness? It can be found on this page. And the documentation is on this link– percusse
Jun 18 '12 at 14:13
Do you mind adding
kbordermatrix to your answer for the sake of completeness? It can be found on this page. And the documentation is on this link– percusse
Jun 18 '12 at 14:13
@percusse You make a very good point. I had neglected this one some time ago as it didn't immediately seem designed to put labels below the bottom of a matrix, but the kbordermatrix package does have some advantage over the qbordermatrix for better delimiter sizing.
– Jason Whyte
Jun 19 '12 at 7:23
@percusse You make a very good point. I had neglected this one some time ago as it didn't immediately seem designed to put labels below the bottom of a matrix, but the kbordermatrix package does have some advantage over the qbordermatrix for better delimiter sizing.
– Jason Whyte
Jun 19 '12 at 7:23
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%2f42666%2ftext-above-matrices%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