For this question, how do we find the volume of a tetrahedron in $\Bbb R^4$ if we have a 4 by 3 matrix? The cross product and determinant only work for square matrices. I'm not sure what to do after we subtract the points from the emanating point. Here is what I have so far. Can anyone please help me out?
Find the volume of the tetrahedron in $\Bbb R^4$ with vertices $(1,0,0,1),(-1,2,0,1), (3,0,1,1), and (-1,4,0,1)$.
$(-1,2,0,1)-(1,0,0,1) = [-2,2,0,0]$
$(3,0,1,1)-(1,0,0,1) = [2,0,1,0]$
$(-1,4,0,1)-(1,0,0,1) = [-2,4,0,0]$
You are almost there. You just need to notice that all points are on the same hyperplane (last element is 1 for all points). Then the problem reduces to calculating the volume of the tetrahedron with three vertices given by the first three components of your three differences, and the fourth vertex is the origin. So your vertices are $[0,0,0], [-2,2,0], [2,0,1],$ and $[-2,4,0]$