I am able to measure my distance to a set of (about 6 or 7) fixed but unknown points from many positions.

The difference in position between measurements is also unknown.

I believe that I should be able to work out the relative position of the fixed points, and therefore where I measured from and the path I took.

I have looked at the wiki page for trilateration, but it only gives examples working from known points.

link|improve this question
1  
A fun problem, but you might have more luck trying math.stackexchange.com. Also, not sure this will matter, but what dimension space are you working in? – Seth Dec 12 '10 at 7:06
3d space would be best, but 2d will suffice. – FlightOfStairs Dec 12 '10 at 10:36
feedback

1 Answer

up vote 1 down vote accepted

I have decided to go with a less mathematical approach; force based graph drawing.

http://en.wikipedia.org/wiki/Force-based_algorithms

Read points will be a node on the graph, as will the fixed points. I can adjust their positions iteratively until the force function ((expected length - actual length) / expected length) is close to zero on all edges.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.