LINEAR-ALGEBRA
| Formula | Name | Description |
|---|---|---|
| Column rule | Apply to input basis vector , write in output basis | |
| Matrix-transformation link | The matrix reproduces on coordinates | |
| Composition rule | Composing transformations = multiplying matrices | |
| Projection property | Any projection matrix satisfies this |
Shape rule: A matrix representing has rows (output dim) and columns (input dim).
A matrix is just the two places sends and , stacked as columns.
Projecting onto a line is a single operation, yet its matrix depends on the basis you write it in.
π‘ The eigenvector-basis matrix stays at every angle β that fixed, diagonal form is exactly what diagonalization buys you.
Differentiation is linear, so on the basis it acts as a fixed matrix on coefficient vectors.
π‘ The columns of are applied to each basis vector: , , .
Test your understanding of the column rule for building matrices.
Question 1
Suppose a linear transformation satisfies
What is the matrix of in the standard basis?
Select the matrix (entries shown row-by-row):
β Correct! The output vectors become the columns of the matrix.
β Not quite. Remember: and become the columns of the matrix, not the rows.
Solution:
The column rule says: column of the matrix is written in the output basis. So:
Stacking these as columns gives:
Reading row-by-row: .
The common mistake puts the output vectors as rows instead of columns.
Question 2
Consider the projection onto the -axis (the horizontal line ) in .
Which matrix represents in the standard basis ?
Select the matrix:
β Correct! (unchanged) and (crushed), giving columns and .
β Not quite. Apply to each standard basis vector: where does go under projection onto the x-axis? Where does go?
Solution:
Apply the column rule. Projection onto the -axis sends a point to .
So the matrix is:
Notice this happens to be the same as the projection onto the 45Β° line in the eigenvector basis β because the -axis IS the eigenvector basis for projecting onto the -axis. The standard basis already lines up with the line.
Question 3
True or False: If two matrices look different (have different entries), they must represent different linear transformations.
True or False?
β Correct! Different matrices can represent the same transformation when expressed in different bases.
β Not quite. Recall the video's opening: two different-looking matrices both represented the same projection onto the 45Β° line.
Solution: False.
A matrix is a transformation expressed in a chosen basis. Change the basis, and the matrix entries change β but the underlying transformation stays the same.
The video's central example: projection onto the 45Β° line is represented by but also by
Both matrices describe the same geometric projection. They are related by a change-of-basis transformation.
Key takeaway: Matrix = transformation + choice of basis. Neither matrix is more "correct" than the other.
Question 4
Let be the derivative as a linear map from polynomials of degree to polynomials of degree , using bases and . So
Apply to the polynomial . The coordinate vector of is . What is ?
Select the derivative:
β Correct! Matrix multiplication gives , which translates back to .
β Not quite. Compute row by row, then translate the output coordinates back to a polynomial in basis .
Solution:
Multiply the matrix by the coordinate vector:
Output coordinates in the basis mean:
Direct check: . They agree.
One rule, three lessons:
Matrix = transformation + basis choice. A matrix is what a transformation looks like once you pick coordinates. Change the basis, change the matrix.
Eigenvector basis β diagonal matrix. The cleanest representation puts eigenvalues on the diagonal and reveals what the transformation truly does.
Calculus is linear algebra in disguise. Differentiation acts linearly on polynomials, so it has a matrix β once you know its action on the basis, you know everything.
The mantra: Apply to the basis vectors. Write the results in output coordinates. Stack them as columns.
Solved: 0 / 4