tea.mathoverflow.net - Discussion Feed (How to include a matrix on MO) 2018-11-04T13:48:59-08:00 http://mathoverflow.tqft.net/ Lussumo Vanilla & Feed Publisher theojf comments on "How to include a matrix on MO" (17238) http://mathoverflow.tqft.net/discussion/1223/how-to-include-a-matrix-on-mo/?Focus=17238#Comment_17238 2011-11-26T23:32:02-08:00 2018-11-04T13:48:59-08:00 theojf http://mathoverflow.tqft.net/account/96/ Be careful with \; — the backslash there might also get swallowed. (I know that backslashes often get swallowed before commas.)A more robust solution than judiciously adding extra backslashes is ...
A more robust solution than judiciously adding extra backslashes is to protect the equation with <p> and </p>. Markdown, the offending software in question, does not process anything between those tags. This means you won't have *s and _s for emphasizing words. If you need them, <i>...</i> and <b>...</b> are still honored by most web browsers, although I think they are no longer part of modern html.

(Finally, note that this meta forum also runs Markdown, but does other sanitization first, so to test things, use faketestsite, not meta.)]]>
Asaf Karagila comments on "How to include a matrix on MO" (17230) http://mathoverflow.tqft.net/discussion/1223/how-to-include-a-matrix-on-mo/?Focus=17230#Comment_17230 2011-11-25T14:20:58-08:00 2018-11-04T13:48:59-08:00 Asaf Karagila http://mathoverflow.tqft.net/account/600/ I believe that MathJax supports the {matrix} environment actually. I believe that MathJax supports the {matrix} environment actually.

]]>
grp comments on "How to include a matrix on MO" (17227) http://mathoverflow.tqft.net/discussion/1223/how-to-include-a-matrix-on-mo/?Focus=17227#Comment_17227 2011-11-25T13:56:59-08:00 2018-11-04T13:48:59-08:00 grp http://mathoverflow.tqft.net/account/187/ http://faketestsite.stackexchange.com/ is a place where you can create a user and test out posts for MathOverflow and work out the bugs. You can also view source in posts that you like and copy ... http://faketestsite.stackexchange.com/ is a place where you can create a user and test out posts for MathOverflow and work out the bugs. You can also view source in posts that you like and copy (hopefully) fragments and modify them. For posts that are edited, you can click on the time of last edit to get to (links to) the source.

If it weren't against MathOverflow policy, I would post a question like "What sample TEX\Markdown has been useful to you on MathOverflow that you would like to share?" Many of the common questions as well as many of the less common questions might get resolved by a post and then later turned into a handy if somehwat limited reference. Or someone could assemble the answers provided on meta into something useful.

Gerhard "If Wishes Were Action Items" Paseman, 2011.11.25

]]>
Valerio Capraro comments on "How to include a matrix on MO" (17226) http://mathoverflow.tqft.net/discussion/1223/how-to-include-a-matrix-on-mo/?Focus=17226#Comment_17226 2011-11-25T13:16:16-08:00 2018-11-04T13:48:59-08:00 Valerio Capraro http://mathoverflow.tqft.net/account/661/ it works!! thank you very much again! Valerio Capraro comments on "How to include a matrix on MO" (17225) http://mathoverflow.tqft.net/discussion/1223/how-to-include-a-matrix-on-mo/?Focus=17225#Comment_17225 2011-11-25T13:12:20-08:00 2018-11-04T13:48:59-08:00 Valerio Capraro http://mathoverflow.tqft.net/account/661/ Oh thank you very much. I'll try right away. In case of problems I will write again. Will Jagy comments on "How to include a matrix on MO" (17223) http://mathoverflow.tqft.net/discussion/1223/how-to-include-a-matrix-on-mo/?Focus=17223#Comment_17223 2011-11-25T13:08:05-08:00 2018-11-04T13:48:59-08:00 Will Jagy http://mathoverflow.tqft.net/account/208/ If it is in Tex, the only change needed is to change the double backslashes \\ at the end of rows to triple backslashes, \\\ This is because one of the many programs that chew up MO posts interprets ...
This is because one of the many programs that chew up MO posts interprets the first backslash as a command and swallows it.

To minimize frustration, why not first try a 2 by 2 identity matrix in your post and confirm that this works. Or some other post about which you don't care...

For Example,




$$ A_2 \; = \;
\left( \begin{array}{rr}
1 & 1 \\\
0 & 1
\end{array}
\right) ,
$$


$$ A_3 \; = \;
\left( \begin{array}{rrr}
1 & 1 & 0 \\\
0 & 1 & 1 \\\
0 & 0 & 1
\end{array}
\right) ,
$$

$$ A_4 \; = \;
\left( \begin{array}{cccc}
0 & -1 & 1 & 0 \\\
1 & 0 & 0 & 1 \\\
0 & 0 & 0 & -1 \\\
0 & 0 & 1 & 0
\end{array}
\right).
$$]]>
Valerio Capraro comments on "How to include a matrix on MO" (17222) http://mathoverflow.tqft.net/discussion/1223/how-to-include-a-matrix-on-mo/?Focus=17222#Comment_17222 2011-11-25T12:58:46-08:00 2018-11-04T13:48:59-08:00 Valerio Capraro http://mathoverflow.tqft.net/account/661/ Hello,this is a stupid post, but I am quite stupid using technology in general. Already here http://mathoverflow.net/questions/80777/what-is-a-continuous-path I had some problem to include a matrix ...
this is a stupid post, but I am quite stupid using technology in general. Already here http://mathoverflow.net/questions/80777/what-is-a-continuous-path I had some problem to include a matrix in MO: I copied-pasted from by Tex file, but it didn't work.

How can I include a matrix?

Thanks in advance.

Valerio]]>