
Hello, basically I just don't understand its explanation.
I also do not know what kind of formula it is used.. (It does look like it used some kinda formula)
Thank you very much if you can explain it well!!

Hello, basically I just don't understand its explanation.
I also do not know what kind of formula it is used.. (It does look like it used some kinda formula)
Thank you very much if you can explain it well!!
Hint: Calculate the length of these two vectors and find the angle between them using inner product. After getting the height use the area formula.
There is a theorem which states that if you have $m$ vectors in $R^n$, then the $m$-volume of the $m$-parallepiped defined by those vectors is $\sqrt{det(A^T A)}$ where $A$ is a matrix whose columns are the $m$ vectors.
In this case, $m=2$ and $n=4$.
This is the formula to use:
$||a||^2*||b||^2 - |a.b|^2$.
Which is the magnitude of a^2, magnitude of b^2 subtract the dot product of a.b^2.
$\sqrt{\det A^T}$and you will get $\sqrt{\det A^T}$. – peterh Sep 02 '18 at 12:27