2022. 3. 12. 12:58ㆍMathematics/Linear Algebra
Standard way
Numerically, if
Geometrically, dot product between two vectors
So when 1). two vectors are generally pointing in the same direction, their dot product is positive. When 2). they're perpendicular, the projection of one onto the other is the zero vector, so the dot product is zero. And if 3). they're pointing generally in opposite direction, their dot product is negative.
Relation between dot product and projection
Let's think about "duality" between dot product and linear transformation from N-D to 1-D.
Duality is situations where you have a natural but surprising correspondence between two types of mathematical thing.
Numerically, linear transformation of N-D to 1-D and dot product have same computation. This means there's a nice association between
This suggests something awesome geometric view: some kind of connection between linear transformations that take vectors to numbers and vectors themselves.
Example
This example answers the connection between transformation and vector. 1). Make a diagonal "number line" passing through the origin. 2). Define 2-D unit vector (
This project transformation can be described by

Unit vector
Computing this project transformation for arbitrary vectors in space, which requires multiplying that matrix by those vectors, is computationally identical to taking a dot product with
Non-unit vector
How about non-unit vectors? Let's think about non-unit vector
Summary
We can define linear transformation that projects space onto a diagonal line. Because it is linear, it can described by
Insight
To sum up, 1). If linear transformation moves vectors to numbers, there's a unique vector
'Mathematics > Linear Algebra' 카테고리의 다른 글
[Linear Algebra] 10. Cross products and duality (0) | 2022.03.12 |
---|---|
[Linear Algebra] 9. Cross products via transformations (0) | 2022.03.12 |
[Linear Algebra] 7. Nonsquare matrices as transformations between dimensions (0) | 2022.03.12 |
[Linear Algebra] 6. Inverse matrices, column space and null space (0) | 2022.03.12 |
[Linear Algebra] 5. The determinants (0) | 2022.03.12 |