ml.lab
Python sleeps until you run code

Practice

Reps until it is automatic

Practice sets generate a fresh problem every time, check your answer, and show the worked solution. Review brings back the exercises you have missed so far.

Practice setDot products

Multiply matching entries and add. Vectors with 2 to 4 entries and small integers.

5 correct in a row completes the set.

Compute a⋅b\mathbf{a}\cdot\mathbf{b} for a=(5,−1)\mathbf{a} = (5, -1) and b=(6,−2)\mathbf{b} = (6, -2).

a · b
Practice setProjections

Project a onto the line through b with the formula (a·b / b·b) b.

5 correct in a row completes the set.

Find proj⁡ba\operatorname{proj}_{\mathbf{b}}\mathbf{a} for a=(0,−4)\mathbf{a} = (0, -4) and b=(−1,−1)\mathbf{b} = (-1, -1).

proj