Cross product is defined in three dimensions the resulting vector have the same magnitude as the area of the parallelogram formed by the 2 multiplied vectors and its direction direction is perpendicular to the first two vectors. so Can we come up with an equation using the same analogy but in 4-dimensional space(so that the resulting vector's magnitude is the volume of the parallelepiped formed by the three input vectors and it's direction is -somehow- perpendicular to the first three vectors)?
Asked
Active
Viewed 69 times
[ 7 11 13 17]
[19 23 29 31]
[ w x y z]
? poly = matdet(h) %2 = 8x + (-70w + (78y - 36z)) ? col %3 = col ? col = [ -70; 8; 78; -36] %4 = [-70]
[ 8]
[ 78]
[-36]
? h * col %5 = [ 0]
[ 0]
[ 0]
[8x + (-70w + (78y - 36z))]
?
– Will Jagy Jan 30 '19 at 20:02