I have seen that the volume of a tetrahedron $ABCD$ where $$A = (x_1,y_1,z_1), B = (x_2,y_2,z_2), C = (x_3,y_3,z_3), D = (x_4,y_4,z_4)$$ and $A$ being the top can be described as $$V = \dfrac{1}{6}|\det M| \qquad\text{where}\qquad M = \begin{bmatrix}x_1&y_1&z_1&1\\x_2&y_2&z_2&1\\x_3&y_3&z_3&1\\x_4&y_4&z_4&1\\\end{bmatrix}$$ but I cannot find the proof anywhere. How is the following true? $$\vec{BC}\cdot(\vec{BD} \times \vec{BA})=\det M$$
Any kind of explanation is welcome.