If I have more than 2 points on a graph, how would I best find a point that might be the midpoint between all of them?
Tell me more
×
Mathematics Stack Exchange is a question and answer site for
people studying math at any level and professionals in related fields. It's 100% free, no registration required.
|
|
If you have a bunch of $n$ points, $(x_i,y_i)$, you can use $$(\frac{1}{n}\sum x_i,\frac{1}{n}\sum y_i)$$ Does that meet your needs? |
|||
|
|