$A^{\rm T}$
Showing posts with label matrix. Show all posts
Showing posts with label matrix. Show all posts
Tuesday, March 5, 2013
Write transpose of a matrix
Transpose of a matrix (switching rows with columns), I like to write with "T" in exponent, where the exponent is not italic, like
Monday, March 26, 2012
How to create matrices
Generally the easiest way is:
http://www.rizauddin.com/2009/05/how-to-create-a-matrix-in-latex/
An even easier way to do this is to use pmatrix as
$
L = \left[
\begin{array}{cc}
x & y \\
z & w
\end{array} \right]
$
A good reference about the topic can be found here:http://www.rizauddin.com/2009/05/how-to-create-a-matrix-in-latex/
An even easier way to do this is to use pmatrix as
$However this latter will always put the matrix inside round parenthesis.
\begin{pmatrix}
x & y \\
z & w
\end{pmatrix}
$
Subscribe to:
Posts (Atom)