python - Locational triangulation -


i have data 10 points in 2d map, know location of points 1,2 , 3. know distance between point 1,2 , 3 other points.

i know cell phone uses distance gsm towers locate location. wish use similar approach locate points 3-10. how can implement such solution python? libraries can use?

thank help

first, solve math. make drawing. find can use 2 points , distance reduce possible points two, third 1 needed disambiguate between two. putting whole python should easy then.

note i'm not going spell out you, because customary not spoil other programmers experience of doing own homework, doing research etc. if have have problem with, ask specific questions , demonstrate effort on side first.


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -