- Linear Transformation
A mapping between two vector spaces that preserves the operations of vector addition and scalar multiplication.
- Matrix multiplication(The dot product of a vector)
Calculate how similar between X1 & X1, X2 & X1∙∙∙look.
- Linear combination of column vectors
- vector symbol
- Linear Transformation
Before transform
x : [1, 0]
y : [0, 1]
: [1,1]
After transform
x : [2,1]
y : [-3, 1]
: [-1,2]
https://angeloyeo.github.io/2019/07/15/Matrix_as_Linear_Transformation.html
'Autonomous Vehicle > Theory' 카테고리의 다른 글
Axis-Angle Rotation(Rodrigues Rotation) (0) | 2024.09.26 |
---|---|
Fourier transform (0) | 2024.04.02 |
Random Process, Ensemble, Time Average, Ergodic (0) | 2024.03.20 |
Bernoulli Trials (0) | 2024.03.18 |
Chi-squared Distribution (0) | 2024.03.18 |