[LA] Coordinate Mapping
·
.../Linear Algebra
Basis $B=\{\mathbf{b}_1, \dots, \mathbf{b}_n\}$을 사용하여 $\mathbb{R}^n$의 특정 point $\mathbf{x}$를 나타내는 coordinate $\mathbf{c}$인 경우, 다음이 성립함.$$\begin{aligned}\mathbf{x} &= c_1 \mathbf{b}_1 + \dots + c_n \mathbf{b}_n \\ &= \begin{bmatrix} \mathbf{b}_1 & \cdots & \mathbf{b}_n \end{bmatrix} \mathbf{c} \\ &= A_{B} \mathbf{c} \\ &= A_{B} [\mathbf{x}]_B\end{aligned}$$$A_B$ :basis $B$에서 standard basis of $\m..