If there are $(n+1)$ points in $m$ dimensional space, and we have known the Euclidean distances from one point "$B$" to the other $n$ points "$A_1,\ldots,A_n$", and known the positions of these $n$ points "$A_1,\ldots,A_n$", how can we get the position of the point "$B$" in $m$ dimensional space?
I understand it will form Two times simultaneous equations, as below example, but what is a good mathematical method for solving it? (Assume the points are in higher dimensional space, where m > 3)
*Example:
Assume the poisition of B is ($X_1,\ldots,X_m$), and the distance equations with other n point are below. I want to solve ($X_1,\ldots,X_m$)
($X_1-2)^2+\ldots+(X_m-4)^2$=5
($X_1-6)^2+\ldots+(X_m-7)^2$=9
($X_1-9)^2+\ldots+(X_m-5)^2$=11
... (totally n equations)