Imagine there are K vectors in n-dimensional space. I would like to:
- validate whether they can correspond to K+1 planes enclosing a volume (is that called a polytope?)
- validate whether a given further vector is completely inside this polytope, or not.
This should be known math problems I assume, but I do not know the names of corresponding solution approaches/terms.