We have three linearly independent vectors $v_1=(v_{11} , ... , v_{1n})$ , $v_2=(v_{21} , ... , v_{2n})$ , $v_3=(v_{31} , ... , v_{3n})$. We want to calculate the 3D volume of the Parallelepiped made by these three vectors.
I know if we had $n$ vectors, then the $n$-d volume of these vectors is $|det[v_1,...,v_n]|$.
But we don't have $det$ of a $3 \times n$ matrix.
In general how to calculate $m$-d volume of $m$ linearly independent vectors in $n$-d space where $(m <n)$ ?
Find an orthonormal basis for $\mathbb{R}^n$ such that the first $3$ vectors are a basis for $\text{span}(v_1,v_2,v_3)$. Then write your vectors in terms of this orthonormal basis, and note that the last $n-3$ coordinates will all be zeros, so they can be viewed as vectors with only $3$ coordinates. Then your determinant formula works.