Solutions
These solutions collect the exercise reasoning in one place.
MATH-C04-C-001
The reached point is (3, 1).
MATH-C04-C-002
First compute the difference:
Then compute its length:
The distance is 10.
MATH-C04-C-003
The vectors are orthogonal.
MATH-C04-C-004
Since u = [1, 0] is a unit vector:
Now:
So:
MATH-C04-C-005
The point lies on the boundary.
MATH-C04-C-006
The shifted line is:
y = 2x + 1
At [0,0], the left side is 0, but the right side is 1. The zero vector is
not on the shifted line.
MATH-C04-C-007
The vectors [1,0] and [2,0] both lie on the horizontal axis.
They span a line, not the full plane, so they do not form a basis for two-dimensional space.
MATH-C04-C-008
Nearby embeddings are useful because they show similarity under the model's learned representation.
They are not a complete explanation because the model may use other directions, layers, or context to make its final decision.
MATH-C04-C-009
Low-dimensional drawings are useful models.
They should still be checked against formulas or code when reasoning about the actual high-dimensional space.
MATH-C04-C-010
A good question to keep is:
What is this operation
doing to the space?
That question connects vector and matrix computation to geometry.
MATH-C04-C-011
The residual is original minus projection:
The projection kept the horizontal component. The residual is the vertical part that was not kept.
MATH-C04-C-012
The first boundary is:
The second boundary is:
These have the same zero-score points. Multiplying the whole score by a positive constant changes raw score size, but not the boundary.
MATH-C04-C-013
Use the basis vectors:
So:
The standard vector is [2, 5].