Let a function :
For this intend to find a function such that
g\begin{bmatrix} f\_{1}(x,y) \\ f\_{2}(x,y) \end{bmatrix} = g\begin{bmatrix} z\_{1} \\ z\_{2} \end{bmatrix} ============= \left{\begin{matrix} \begin{bmatrix} \text{Something in direct relation to $(x,y)$} \\ \text{Something in direct relation to $(x,y)$} \end{bmatrix}\\ \text{or}\\ (x,y)\\ \end{matrix}\right.Moreover we want to find an algorithm that can produce for any invertible .
Our attempt so far
Form the Jacobian
J\_{f} = \begin{bmatrix} \frac{\partial f\_{1}}{\partial x} & \frac{\partial f\_{1}}{\partial y} \\ \frac{\partial f\_{2}}{\partial x} & \frac{\partial f\_{2}}{\partial y} \end{bmatrix} \= \begin{bmatrix} y & x \\ -1 & 3 \end{bmatrix}Form the inverse of the matrix.
—
We now have the partial derivatives inside of and assume that the rows of are individually also inverses for i.e. :
—
Then we just have to reconstruct and from the partial derivatives of :
where
—
From our process and is found similarly. Then we have
g(z\_{1}, z\_{2}) = \begin{bmatrix} g\_{1}(z\_{1}) \\ g\_{2}(z\_{2}) \end{bmatrix} \= \left(f\begin{bmatrix} f\_{1}(x,y) \\ f\_{2}(x,y) \\ \end{bmatrix}\right)^{-1}Critical Postulations
Doesn’t necessarily provide inverses to the separate rows of .
i.e.