I was trying to find the cross-product, or a vector perpendicular to vectors in $\mathbb{R}^n$
Then I recalled the formula for the cross product in $\mathbb{R}^3$ and then tried to generalize it.
So, I let the vectors be $\left(a_{1, 1}, a_{1, 2},\cdots , a_{1, n}\right), \left(a_{2, 1}, a_{2, 2},\cdots , a_{2, n}\right) \cdots \left(a_{n-1, 1}, a_{n-1, 2}, \cdots , a_{n-1, n}\right)$
Then using the formula to find the cross product of two vectors in $\mathbb{R}^3$ and generalizing it I get the perpendicular vector to be $$\det\pmatrix{e_1&e_2&\cdots &e_n\\a_{1, 1}&a_{1, 2}&\cdots & a_{1, n}\\ a_{2, 1}&a_{2, 2}&\cdots & a_{2, n}\\ \vdots&\vdots & \ddots & \vdots\\a_{n-1, 1}&a_{n-1, 2}&\cdots & a_{n-1, n}}$$where $e_1, e_2,\cdots, e_n$ is like $i, j, k...$
So, I tried this with $3$ vectors in $\mathbb{R}^4$ then took the dot product of the resultant vector with each of the original vectors and the answer came as $0$ in every case, so I did confirm that it worked, but I do not know why. Is there any proof of this?