- #1
Swlabr1
- 15
- 0
As the title says, how can I put my matrices in columns in Latex?
Say I had two matrices,
\[ \left( \begin{array}{ccc}a & b & c \\ d & e & f \\ g & h & i \end{array} \right) \]
and
\[ \left( \begin{array}{ccc}j & k & l \\ m & n & o \\ p & q & r \end{array} \right) \]
then how can I get them to be displayed side-by-side in my document?
(Also, any ideas as to why the latex I just posted isn't rendering would be much appreciated!)
Say I had two matrices,
\[ \left( \begin{array}{ccc}a & b & c \\ d & e & f \\ g & h & i \end{array} \right) \]
and
\[ \left( \begin{array}{ccc}j & k & l \\ m & n & o \\ p & q & r \end{array} \right) \]
then how can I get them to be displayed side-by-side in my document?
(Also, any ideas as to why the latex I just posted isn't rendering would be much appreciated!)
Last edited by a moderator: