This might not be a mathematical question, but now we want to generalize the GPS technology.
<--Setting--> There are $n$ radiation source points on the plane $\mathbb{R}^2$.
<--Problem--> Consider the problem to detect the position of the $n$ radiation sources and each radiation power.
<--Example--> For example, we will use drones at the $N$ points with the constant height. In the case of $n = 1$, we can make use of the GPS mechanism and the attenuation rate of the radiation transmitted in the air (this is monotonically decreasing with distance, so it has the inverse function), and the problem is solved in $N=3$.
<--Question--> Considering this problem in the case of general $n\geq 2$, is there an answer?
Thank you for your help.
EDIT 1 : Of course, to detect the tuple of $n$ pairs of point and radiation power, we have to measure at (more than or equals to) $3n$ points (because the tuple is in $\mathbb{R}^{3n}$). For instance, in the case of $n=1$, the $3$ measuring points must be arranged so as to link a triangle. The question is : how do we have to arrange the $3n$ measuring points to solve the problem?
EDIT 2 : More precisely, this problem can be rewritten to make an algorithm as follows :
Input 1: coordinates of "detectors", $N$($=3n$? more?) points $(x_1,y_1,z_1)$, $\ldots$, $(x_N,y_N,z_N)$ $\in\mathbb{R}^3$.
Input 2: detected radiation powers, $N$ real numbers $\rho_1$, $\ldots$, $\rho_N$ $\in\mathbb{R}$.
(Note : We have the attenuation rate of the radiation transmitted in the air $\rho(r) = c \exp(-\lambda r)$ where $r$ is the distance, and c is the original radiation power, and the lambda is the constant.)
Output : coordinates of the radiation points $(X_1,Y_1)$, $\ldots$, $(X_n,Y_n)$ $\in \mathbb{R}^2$ and the original radiation powers $C_1$, $\ldots$, $C_n\in\mathbb{R}$.