Types: N/A
Examples: N/A
Constructions: N/A
Generalizations: 4.4 Transpose of a Vector

Properties: N/A
Sufficiencies: N/A
Questions: N/A

Algebraic Properties of Vector Transposes

Let x,yRn and a,bR. Then, all of the following are properties of 4.2 Column Vector Addition.

  1. (xT)T=x
  2. (x+y)T=xT+yT
  3. (ax)T=a[xT]

\begin{proof}
Let x,yRn and aR. We start off by proving our first property. Consider:

(xT)T=([x1x2xn]T)T=[x1x2xn]T=[x1x2xn]=x

This shows that (xT)T=x. Next, let's prove that the transpose of a sum of vectors is equal to the sum of their transposes. Consider:

(x+y)T=([x1x2xn]+[y1y2yn])T=[x1+y1x2+y2xn+yn]T=[x1+y1x2+y2xn+yn]=[x1x2xn]+[y1y2yn]=xT+yT

This shows (x+y)T=xT+yT. Finally, let's prove scalar multiplication goes through the transpose operation. Consider:

(ax)T=(a[x1x2xn])T=[ax1ax2axn]T=[ax1ax2axn]=a[x1x2xn]=axT

This completes our proof.
\end{proof}
Remark. Although the properties are shown with column vectors, the same holds true if x,y were row vectors. As we will see later, the transpose operation is extremely helpful in re-interpreting dot products between vectors as matrix-matrix multiplication. Transposes are also helpful in formulating outer-products between vectors.