Lesson 2.6 · 11 of 25 lessons

Column space & null space

Grow from linear combinations to independence, bases, the fundamental subspaces, and transformations.

Open the interactive animation

01 · Story

What to verify in this scene

Follow the explanations and operations, then identify the mathematical evidence that remains in the final scene.

  1. 01

    A removes the z direction from three-dimensional space

  2. 02

    Collapse the volume and relative grid to see where outputs can reach

  3. 03

    The volume became zero and every output lies in the xy-plane
    This plane is the column space of A

  4. 04

    Now feed the z-axis vector n into the same A

  5. 05

    n disappeared completely into the origin
    Input directions sent to zero form the null space

02 · Notebook

The runnable notebook

This source creates the mathematical objects and controls the order of operations and animation. Read it here, then play the same scene yourself.

3d
zoom 4/5
grid off
relative-grid on
coordinates off
basis on

1 0 0  #A
0 1 0
0 0 0

det(i, j, k)  #volume@
// {{A}} removes the z direction from three-dimensional space
checkpoint Column space & null space · 1

// Collapse the volume and relative grid to see where outputs can reach
A with view 2d
// The volume became zero and every output lies in the xy-plane\nThis plane is the **column space** of {{A}}
checkpoint Column space & null space · 2

clear
space reset
view 3d
basis off
coordinates on
0, 0, 2  #n@
// Now feed the z-axis vector {{n}} into the same {{A}}
checkpoint Column space & null space · 3

A
// {{n}} disappeared completely into the origin\nInput directions sent to zero form the **null space**
focus n
Open the interactive animation

03 · Unit 2

Lessons in this unit

Vector spaces & transformations — Grow from linear combinations to independence, bases, the fundamental subspaces, and transformations.

  1. 2.1Vectors & scalars
  2. 2.2Vector addition
  3. 2.3Linear combinations
  4. 2.4Independence & dependence
  5. 2.5Bases & coordinates
  6. 2.6Column space & null space
  7. 2.7Scaling & rotation