5 questions to test your understanding
A machine learning engineer represents a 28×28 grayscale image as a vector in ℝ⁷⁸⁴. She applies a linear algebra theorem proved for arbitrary ℝⁿ to analyze this data. What justifies applying that theorem here?
What distinguishes the zero vector from all other vectors in ℝⁿ?
A vector in ℝ² and a point in the 2D coordinate plane contain different types of mathematical information.
The magnitude of a vector in ℝⁿ is computed by taking the square root of the sum of the squares of its components, which is a direct generalization of the Pythagorean theorem.
Why is writing vectors as columns (rather than rows) a useful convention when working with matrix-vector multiplication?