docs

L1.1: Vectors

Introduction to vector spaces and basic operations.

L1.1: Vectors

Vectors are the fundamental building blocks of linear algebra.

Definition

A vector is an object that has both magnitude and direction.

Vector Addition

If u=(u1,u2)\mathbf{u} = (u_1, u_2) and v=(v1,v2)\mathbf{v} = (v_1, v_2), then u+v=(u1+v1,u2+v2)\mathbf{u} + \mathbf{v} = (u_1 + v_1, u_2 + v_2).