SEC2_GYM · Vectors · VEC.OPERATIONS

Vector operations

Vector operations

Practice this skill
Intuition

Understand first, compress later.

Vectors encode direction and magnitude and can be read geometrically and algebraically.

Switch representations
Adding vectorsa + b = (5, 4)
-2-101234567-112345xy
a = (4, 1)b = (1, 3)a + b = (5, 4)translated copies
Attach b to the tip of a (or a to the tip of b) and you land on the same point: the dashed copies close the parallelogram. Addition happens componentwise — 4 + 1 = 5 across, 1 + 3 = 4 up.
Formal view

You can vector operations when you can recognise the underlying objects, select valid rules and check each step for equivalence or logical implication.

Why does it work?

This skill sits on a prerequisite network. If a step is unstable, repair the missing prerequisite instead of merely doing more items of the same type.