I am attempting to find a generalised formula for the normal of a simplex facet in n-dimensions.
For example if I had the 2 dimensional simplex formed by the vertices ABC below. Then I want to find the normal for the facet formed by the vertices BC. The reason I want the normal is because I'm trying to find the hyperplane that intersects vertices BC, and is equal to 1 at vertex A.
Is there a nice way of doing this?
One way I thought of would be to find D. and then use the formulas: $$W = \frac{A-D}{||A-D||_2}$$ $$b = -D\cdot{W}$$ for the plane: $$xW + b = y$$ However, I don't know how to find D for an n-dimensional simplex facet either.
I'm not very knowledgeable in linear algebra or geometry, so any help would be great.
