Mutually orthogonal set of vectors

19.3k Views Asked by At

Show that the standard basis: $$..$$ $\mathscr{B} = \left\{ \begin{bmatrix} 1 \\ 0 \\ 0 \\ 0 \end{bmatrix}, \begin{bmatrix} 0 \\ 1 \\ 0 \\ 0 \end{bmatrix}, \begin{bmatrix} 0 \\ 0\\ 1 \\ 0 \end{bmatrix}, \begin{bmatrix} 0 \\ 0 \\ 0 \\ 1 \end{bmatrix} \right\}$ of $\mathbb{R}^{4 \times 1}$

is a mutually orthogonal set of vectors.

2

There are 2 best solutions below

0
On BEST ANSWER

Here, the result follows from the definition of "mutually orthogonal". A set of vectors is said to be mutually orthogonal if the dot product of any pair of distinct vectors in the set is 0. This is the case for the set in your question, hence the result.

1
On

Hints:

  1. Two vectors $\bf v$ and $\bf w$ are orthogonal -by definition, in spaces of dimension $>3$ - iff their scalar product is $0$.
  2. The scalar product of a vector $(x_1,\dots,x_n)^T$ with $(y_1,\dots,y_n)^T$ is defined to be $$x_1y_1+x_2y_2+\dots+x_ny_n\,.$$