[LA] Linear Combination 및 Vector equation, Matrix equation
Linear Algebra
2022. 9. 2. 13:28
Linear Combination linear equation 에서 variable 이 scalar가 아닌 vector로 바꾼 경우라고 생각하면 쉽다 scalar를 component가 1개인 vector라고 생각할 수 있으므로, linear equaiton의 일반화 라고 봐도 된다. weighted sum이라고도 불림. 정의는 다음과 같음 (from LInear Algebra and its application, 5th ed. David C. Ray) Given vectors $\textbf{v}_1,\textbf{v}_2,\cdots,\textbf{v}_p$ in $\mathbb{R^n}$ and given scalars $c_1,c_2,\cdots,c_p$, the vector $\textbf{y}$..