I have this equation
K = (A, B, C) / |A x B|
- A, B, C are 3D vectors.
- K should be number, not vector.
How is this calculated, or what this expression means?
I have this equation
K = (A, B, C) / |A x B|
How is this calculated, or what this expression means?
Copyright © 2021 JogjaFile Inc.
$ (A, B, C) $ seems to be the mixed product, the volume of the parallelepiped defined by $A,B,C$.
In this case, $K$ is the height of the parallelepiped because $|A\times B|$ is the area of one side.