next up previous index
Next: 2 Determinant of a Up: 2 Unary Operations Previous: 2 Unary Operations   Index


1 Transposition

A matrix is transposed when the rows are written as columns and the columns are written as rows. This operation is denoted by writing ${\bf A}^{\prime}$ or ${\bf A}^{T}.$ For our example data matrix on page [*],

\begin{displaymath}{\bf A}^{\prime} = \left( \begin{array}{rrrr} 50 & 100 & 150 & 200\\
20 & 40 & 60 & 80\ \end{array} \right)
\end{displaymath}

a row vector is usually written

\begin{displaymath}
{\bf a}^{\prime} = \left( \begin{array}{rrrr} 50 & 100 & 150 & 200\end{array}
\right)
\end{displaymath}

Clearly, $({\bf A}^{\prime})^{\prime} = {\bf A}$.

Jeff Lessem 2002-03-21