
\matrix - Tex Command
matrix
\matrix - used to create a matrix.
SYNOPSIS
{ \matrix{ <math> & <math> ... \cr <repeat as needed> } }
DESCRIPTION
\matrix command is used to create matrix. Alignment occurs at the ampersands; a double-backslash can be used in place of the \cr ; the final \\ or \cr is optional
EXAMPLE
-
\matrix{ a & b \cr c & d }
$ \matrix{ a & b \cr c & d } $
Advertisements