\ matrix - Tex-Befehl
Matrix
\matrix - wird verwendet, um eine Matrix zu erstellen.
ZUSAMMENFASSUNG
{ \matrix{ <math> & <math> ... \cr <repeat as needed> } }
BESCHREIBUNG
Mit dem Befehl \ matrix wird eine Matrix erstellt. Die Ausrichtung erfolgt am kaufmännischen Und; Anstelle von \ cr kann ein doppelter Backslash verwendet werden. Das letzte \\ oder \ cr ist optional
BEISPIEL
\matrix{ a & b \cr c & d }
$ \ matrix {a & b \ cr c & d} $