I need to solve the following system: $$\begin{cases} A^TA=B &(1)\\ A\vec{x}=\vec{y} &(2)\\ \end{cases} $$ I need $A$, given $B$, $\vec{x}$ and $\vec{y}$.
$A$ and $B$ are both 3-by-3 matrices; $\vec{x}$ and $\vec{y}$ are 3-component vectors.
B is by construction a positive-definite matrix; $A$ is expected to be close to $I_3$.
In my problem, $B$ is actually the matrix defining the ellipsoid measured during the calibration procedure of a 3D sensor, and $A$ is the inverse of the sensitivity matrix to be found (it is not necessarily symmetric).
So we have 6 independent, quadratic equations in $(1)$ and 3 independent, linear equations in $(2)$ for 9 unknowns (the coefficients of $A$).
Does anyone have a clue about how to proceed to get an analytical solution?