3

I just want to know how to locate n+1 points in n dimensional real space such that the distance between any two points is 1 e.g. can you guys help me please?

user67458
  • 832

2 Answers2

2

You might check the proof of

Cartesian coordinates for vertices of a regular 16-simplex?

for a formula for the regular simplex vertices

andre
  • 1,284
1

In the Wikipedia article under "Cartesian coordinates for regular n-dimensional simplex in R$^n$" a process is described that results in just this. It works in any dimension.

Ross Millikan
  • 374,822