Linear Algebra Cheatsheet

Definitions, Symbols, Formulas, and Notes — All in One Place.

Show Shortcuts

Vectors

Term

Definition

Symbol

VectorAn ordered set of numbers or symbols, typically arranged in a column or row.\(\vec{v}\)
Unit VectorA vector with a magnitude of 1.\(\hat{v}\)
ScalarA single, standalone numerical value, typically used to represent a quantity such as a magnitude.\(\lambda\)
Vector MagnitudeThe length of a vector. It may be calculated by squaring all elements in a vector, then calculating the square root of their sum. For instance, a two-dimensional vector, \(\vec{v}\)=\([x,y]\), \( |\vec{v}|=\sqrt{x^2 + y^2} \)\(|\vec{v}|\)

Matrices

Matrix Types

Matrix Operations

Linear Equations

Subspaces

Orthogonality

Eigenvalues and Eigenvectors

Theorems

Linear Transformations

Applications