2022. 3. 12. 13:26ㆍMathematics/Linear Algebra
Standard way to describe vector is using coordinates
In this section, think about the idea of using different set of basis vectors.
Let's define new basis vectors
Even though we are looking at same vectors, we use different vectors to describe them. Basis vectors are nothing more than tool to describe vectors.
Translate between coordinates systems
new language
If new perspective describes a vector with coordinates
Geometrically, this matrix translates standard grid into new grid. Numerically, it translates a vector in new language to standard language. |
standard language
In this case, use inverse matrix:
This is a way to translate the description of individual vectors back and forth between different languages.
Representing same transformation in both standard and new language
For example,
Common way to represent same transformation in new language: 0). start with vector written in new language. 1). translate it into standard language, 2). apply the transformation matrix, 3). apply inverse change of basis matrix to get into new language:
In general, expression like
'Mathematics > Linear Algebra' 카테고리의 다른 글
선형변환에 대한 고찰 (0) | 2023.12.02 |
---|---|
[Linear Algebra] 13. Eigenvectors and eigenvalues (0) | 2022.03.12 |
[Linear Algebra] 11. Cramer's rule, explained geometrically (0) | 2022.03.12 |
[Linear Algebra] 10. Cross products and duality (0) | 2022.03.12 |
[Linear Algebra] 9. Cross products via transformations (0) | 2022.03.12 |