Transformation matrix and ONB

349 Views Asked by At

Given an ONB $B=(w_1,...,w_n)$ of $\mathbb{R}^n$ and the standard scalar product. Let $P$ be given such that $Pw_i=\mu_iw_i$, then $\text{diag}(\mu_1,...,\mu_n)=\text{Mat}_B(P)$.

Why do we have $\text{Mat}_B(P)=T^{-1}PT$ for $T=(w_1 ... w_n)$?

1

There are 1 best solutions below

0
On BEST ANSWER

Just calculate it:

  • $w_1$ in coordinates with respect to basis $B$ is $e_{1,B} =(1\; 0 \ldots \; 0)_B^T$
  • ...
  • $w_n$ in coordinates with respect to basis $B$ is $e_{n,B} =(0\ldots \; 0 \; 1)_B^T$

$$T e_{i,B} = w_i \Rightarrow e_{i,B} = T^{-1}w_i$$ All together: $$T^{-1}PT e_{i,B} = T^{-1}P w_i = \mu_i T^{-1}w_i = \mu_i e_{i,B}$$