I have a finite set of points A and another point C. I would like to compute a vector N so that the plane defined by C (point on plane) and N (normal of plane) divides all points in A with the sum of distances of points to the plane on either side of plane is equal.
What is this problem called? What are good algorithm to solve it?