\matrix - used to create a matrix.
{ \matrix{ <math> & <math> ... \cr <repeat as needed> } }
\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
\matrix{ a & b \cr c & d }