- Unit Vector
A vector that has a magnitude (or length) of exactly 1. It is used to represent a direction without any information about magnitude or length.
- The components
- The magnitude of the unit vector is always 1:
- Vector
It defined by both a direction and a magnitude. It can have any length, not necessarily 1.
- The components
- It is generally not equal to 1, and it is calculated as:
Example:
- Suppose you have a vector
- The magnitude of this vector is:
- The unit vector in the same direction as
'Math' 카테고리의 다른 글
Tensor product(Outer product) VS Dot Product (0) | 2024.09.26 |
---|---|
Matrix Multiplication (0) | 2024.09.26 |
Vector inner dot product, Scalar projection, Vector projection, Lambertian reflection (0) | 2024.09.24 |
arc, chord, diameter, crescent, sector, central angle (0) | 2024.07.11 |
Intercept (0) | 2024.06.24 |