maths.free › Linear Algebra

Linear Algebra

Vectors and the matrices that move them. Every operation is shown row by row, and 2×2 and 3×3 matrices are drawn in 3D so you can see what a determinant or an eigenvector actually is.

الدروس المستفادة

Chapters from Beezer, A First Course in Linear Algebra

Every section of the book, condensed into a lesson with its own practice problems.

1. Systems of Linear Equations

2. Vectors

3. Matrices

4. Vector Spaces

5. Determinants

6. Eigenvalues

7. Linear Transformations

8. Representations

9. Preliminaries

Chapters from OpenStax Precalculus 2e

Every section of the book, condensed into a lesson with its own practice problems.

9. Systems of Equations and Inequalities

Symbols used here

\mathbf{v},\ \vec{v}
vector
A quantity with magnitude and direction; a column of numbers.
A = \begin{pmatrix} a & b \\ c & d \end{pmatrix}
matrix
A rectangular array of numbers; a linear map.
\det A,\ |A|
determinant
Scaling factor of area/volume under A; zero means singular.
A^{-1},\ A^{T}
inverse, transpose
The matrix that undoes A; A with rows and columns swapped.
\lambda
lambda (eigenvalue)
The factor by which an eigenvector is stretched: Av = λv.
\mathbf{u} \cdot \mathbf{v},\ \|\mathbf{v}\|
dot product, norm
Σ u_i v_i; the length of v, √(v·v).

Questions people ask

What does a determinant mean geometrically?

It is the factor by which the matrix scales area (2×2) or volume (3×3), with a negative sign if orientation flips. Zero means the matrix flattens space and cannot be undone.

What is an eigenvector?

A direction the matrix does not turn — it only stretches it by the eigenvalue. Along eigenvectors a complicated matrix acts like multiplication by a number.

Why is matrix multiplication not commutative?

Because a matrix is a transformation and AB means "do B, then A". Rotating then reflecting is not the same as reflecting then rotating.

فروع أخرى