0
$\begingroup$

Let $B$ = {$\vec v_1,\ldots,\vec v_n$} be an orthonormal basis for $R^n$ and let $P$ = [$\vec v_1 \dots \vec v_n$]. Show that for any $\vec x \in \mathbb R^n$ we have $[\vec x]_B = P^T \vec x$

Should I begin by rewriting the right hand side as a inner product?

  • 0
    inner product? $P$ is a matrix. Syntax error2012-10-07

1 Answers 1

1

This requires 2 things:

  1. For any basis $B=(v_1,\dots,v_n)$ and for their matrix $P$, one has $P^{-1}x = [x]_B$
  2. If $B$ is orthonormal, then $P^T=P^{-1}$. For this, inner product is hidden in row-column products when you calculate $P^TP$.

This 1. can be shown by writing up $P\cdot\begin{bmatrix} \alpha_1\\ \alpha_2\\ \vdots \\ \alpha_n \end{bmatrix} = \alpha_1v_1+\alpha_2v_2+\dots+\alpha_nv_n$, so, by definition of $[x]_B$, it yields $P\cdot [x]_B = x$.

  • 0
    Chris, does writing it as $x=P[x]_B$ help? That's practically the definition of the notation $[x]_B$.2012-10-07