ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* AMS-like matrices
@ 2004-10-27  4:18 David Arnold
  0 siblings, 0 replies; only message in thread
From: David Arnold @ 2004-10-27  4:18 UTC (permalink / raw)


All,

Are there nath, newmat, amsl constructs that do the following:

%matrix wrapped in parentheses ()
\begin{pmatrix}
1&2&3&4\\
5&6&7&8
\end{pmatrix}

%matrix wrapped in brackets []
\begin{bmatrix}
1&2&3&4\\
5&6&7&8
\end{bmatrix}

%matrix wrapped in curly braces {}
\begin{Bmatrix}
1&2&3&4\\
5&6&7&8
\end{Bmatrix}

%matrix wrapped in absolute values || good for determinants
\begin{vmatrix}
1&2&3&4\\
5&6&7&8
\end{vmatrix}

%matrix wrapped in || || good for magnitude of a vector
\begin{Vmatrix}
1&2&3&4\\
5&6&7&8
\end{Vmatrix}

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-10-27  4:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-10-27  4:18 AMS-like matrices David Arnold

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).