Study of vectors, matrices, and linear transformations.
Vectors are mathematical objects that have both magnitude and direction. Imagine arrows pointing in a particular direction with a certain length—those are vectors! They are commonly written as ordered lists of numbers, like \( \vec{v} = (3, 4) \).
You can add two vectors by adding their corresponding components. You can also multiply a vector by a number (called a scalar) to stretch or shrink it.
Vectors are everywhere! They're used to describe forces in physics, directions in navigation, and much more.
Adding \( (2, 3) \) and \( (4, 1) \) gives \( (6, 4) \).
Multiplying \( (5, -2) \) by \( 2 \) gives \( (10, -4) \).
Vectors have both magnitude and direction, and we can add or scale them.