Prove that $\mathbf{v} \mathbf{v}^\trans$ is a Symmetric Matrix for any Vector $\mathbf{v}$

symmetric matrices problems

Problem 640

Let $\mathbf{v}$ be an $n \times 1$ column vector.

Prove that $\mathbf{v} \mathbf{v}^\trans$ is a symmetric matrix.

 
LoadingAdd to solve later

Sponsored Links

Definition (Symmetric Matrix).

A matrix $A$ is called symmetric if $A^{\trans}=A$.

In terms of entries, an $n\times n$ matrix $A=(a_{ij})$ is symmetric if $a_{ij}=a_{ji}$ for all $1 \leq i, j \leq n$.

Proof.

Let $\mathbf{v} = \begin{bmatrix} v_1 \\ v_2 \\ \vdots \\ v_n \end{bmatrix}$. Then we have
\begin{align*}
\mathbf{v} \mathbf{v}^\trans = \begin{bmatrix} v_1 \\ v_2 \\ \vdots \\ v_n \end{bmatrix}\begin{bmatrix}
v_1 & v_2 & \cdots & v_n
\end{bmatrix}=
\begin{bmatrix} v_1 v_1 & v_1 v_2 & \cdots & v_1 v_n \\ v_2 v_1 & v_2 v_2 & \cdots & v_2 v_n \\ \vdots & \vdots & \vdots & \vdots \\ v_n v_1 & v_n v_2 & \cdots & v_n v_n \end{bmatrix}.
\end{align*}

In particular, the the $(i, j)$-th component is
\[(\mathbf{v} \mathbf{v}^\trans)_{i j} = v_i v_j = v_j v_i = (\mathbf{v} \mathbf{v}^\trans)_{j i}.\] This shows that the matrix $\mathbf{v} \mathbf{v}^\trans$ is symmetric.


LoadingAdd to solve later

Sponsored Links

More from my site

You may also like...

Please Login to Comment.

This site uses Akismet to reduce spam. Learn how your comment data is processed.

More in Linear Algebra
Linear algebra problems and solutions
The Length of a Vector is Zero if and only if the Vector is the Zero Vector

Let $\mathbf{v}$ be an $n \times 1$ column vector. Prove that $\mathbf{v}^\trans \mathbf{v} = 0$ if and only if $\mathbf{v}$...

Close