Azimuth Forum
Visit Site
The transpose of a row vector is a column vector:
\\[
\begin{bmatrix}
1 & 2 & 3
\end{bmatrix}^T
=
\begin{bmatrix}
1 \\\\
2 \\\\
3
\end{bmatrix}
\\]
Version 2.1.8p2