14.1 Vector idea
A vector has:
- magnitude (length)
- direction
In 3D we often write a vector as:
TEXT
v = <a, b, c>
14.2 Magnitude
TEXT
|v| = √(a^2 + b^2 + c^2)
Vectors, magnitude, direction, and basic 3D representation.
A vector has:
In 3D we often write a vector as:
v = <a, b, c>
|v| = √(a^2 + b^2 + c^2)