show/hide this revision's text 2 edited body

For a matrix of the form:

M = a b
    c d
x y
    z w

use the LaTeX code:

$M =
\begin{array}{cc}
a x & b y \\
c z & d w \\
\end{array}$
show/hide this revision's text 1

For a matrix of the form:

M = a b
    c d

use the LaTeX code:

$M =
\begin{array}{cc}
a & b \\
c & d \\
\end{array}$