From: Angela Brands on 11 Apr 2010 10:59 hi there, I have a latex related question... How do I get a matrix nicer than the one with the commands below? \begin{center} $Q_3$=\begin{pmatrix}-3&3&0&0\\1&-3&2&0\\0&2&-3&1\\0&0&0&0\end{pmatrix} \end{center} This will give me the correct matrix but the "-"signs make it look ugly for bigger matrices.... Does anyone know how to get the "-"signs a bit to the left so that the actual numbers form smooth columns? Thanks alot! Kind regards, A.
From: Rune Allnor on 11 Apr 2010 11:22 On 11 apr, 16:59, "Angela Brands" <angela_christ...(a)hotmail.com> wrote: > hi there, > > I have a latex related question... ....which you might want to ask in a LaTeX-related forum: http://groups.google.com/group/comp.text.tex/topics?pli=1 Rune
From: John Dim on 11 Apr 2010 12:12 Hello, try this: Matrix = \left[ \begin{array}{r} -x&r\\ y&u\\ \end{array} \right] it will align on the right so the signs will not affect your columns. John
|
Pages: 1 Prev: binary-grayscale Next: Using NI USB-6218 with matlab r2009a for real-time purposes |