Graph Trilateration

Problem statement: Calculate the x,y position of all points that satisfy the graph. Given edge distances one (or possibly more solutions) may be possible. - P1 could be selected as the oriign - The problem shown can be represented as a 3x4 matrix of edge lengths (A solution would preferably support a 3x3 matrix or larger) ......A........B........C........D P1 04.56 16.80 04.82 11.84 P2 11.45 11.82 10.23 06.90 P3 16.51 02 .00 20.16 17.12