Why does the dot product give the same result whether you project v onto w or w onto v?
Symmetry of the geometric picture plus linear scaling: if lengths differ, scaling one vector scales the dot product the same way regardless of which vector you think of as being projected, so the numerical value is unchanged.
How does a 1×n matrix relate to projecting onto a vector?
A 1×n matrix records where each basis vector lands under a linear map to R; numerically multiplying that matrix by an input vector is the same operation as taking a dot product with a specific vector that represents the transformation.
What is meant by 'duality' in this video?
Duality refers to the correspondence between vectors and linear functionals: each vector defines a linear map (via the dot product) from the space to the real numbers, and each linear map to R corresponds to some vector.
How does dotting with a non-unit vector differ from dotting with a unit vector?
Dotting with a unit vector yields the length of the projection; dotting with a non-unit vector first projects and then multiplies that scalar by the length (norm) of the non-unit vector, effectively rescaling the projection.