Skip to content

Linear Algebra Essentials Textbook

A free, self-paced textbook in 7 chapters. Read a chapter, then drill it with the 120 companion flashcards using spaced repetition.

7 chapters · 120 cards · Updated

Chapters

  1. 1Foundations — Scalars, Vectors, and Vector Spaces

    A scalar is a single real or complex number, the simplest object in linear algebra. Building from it, a vector is an ordered list of scalars, which can be visualized geometrically...

  2. 2Matrices, Special Forms, and Linear Transformations

    A matrix is a rectangular array of numbers. Its transpose \(A^T\) is obtained by swapping rows and columns, so \((A^T)_{ij} = A_{ji}\). The inverse \(A^{-1}\) of a square matrix is...

  3. 3Determinants

    The determinant is a scalar that captures key information about a square matrix. For the 2×2 matrix \(\begin{pmatrix} a & b \\ c & d \end{pmatrix}\) it is simply \(ad - bc\). Geome...

  4. 4Eigenvalues and Diagonalization

    An eigenvalue of a square matrix \(A\) is a scalar \(\lambda\) for which \(Av = \lambda v\) for some nonzero vector \(v\); the corresponding vector \(v\) is the eigenvector. Eigenv...

  5. 5Inner Products, Norms, and Orthogonality

    The inner (dot) product of two real vectors \(u\) and \(v\) is \(u \cdot v = \sum_i u_i v_i = u^T v\); it equals zero precisely when \(u\) and \(v\) are orthogonal. From it comes t...

  6. 6Decompositions, Projections, and Least Squares

    Factorizations express complicated matrices as products of simpler ones, exposing structure and enabling efficient computation. The LU decomposition writes a square matrix as \(A =...

  7. 7Systems, Applications, and Beyond

    For systems of linear equations, row operations — swapping two rows, multiplying a row by a nonzero scalar, or adding a multiple of one row to another — transform a matrix without...

← Back to the Linear Algebra Essentials deck