In this question...
Geometric interpretation of the cofactor expansion theorem
...Grigory explained (beautifully, in my opinion) why the cofactor expansion for calculating determinants worked by breaking it up into the dot product of the vector $\vec{u}$ and the product $\vec{v} \otimes \vec{w}$.
However, I still don't understand the equation for $\vec{v} \otimes \vec{w}.$
Why should... $$\left|\begin{matrix}{1}&{0}&{0}\\v_1&v_2&v_3\\w_1&w_2&w_3\end{matrix}\right| \vec{e_1} - \left|\begin{matrix}{0}&{1}&{0}\\v_1&v_2&v_3\\w_1&w_2&w_3\end{matrix}\right| \vec{e_2} + \left|\begin{matrix}{0}&{0}&{1}\\v_1&v_2&v_3\\w_1&w_2&w_3\end{matrix}\right| \vec{e_3}$$ ...or alternatively, $$\left|\begin{matrix}\overrightarrow{e_1}&\overrightarrow{e_2}&\overrightarrow{e_3}\\v_1&v_2&v_3\\w_1&w_2&w_3\end{matrix}\right|$$ ...give us a vector orthogonal to $\vec{v}, \vec{w}$ but whose magnitude is equal to the area of the parallelogram they create?
How come we can add the vectors in such a way? What does Grigory mean by "linearity"?
Thanks!