Can I use the pseudoinverse of a Jacobian like I think I can?

286 Views Asked by At

I need to compute the Jacobian for a transformation that maps parameters $p_1,...,p_n \to q_1,...,q_m$, $n\neq m$. For this, I need to compute the derivatives $\frac{\partial p_i}{\partial q_j}$. However, it would be much simpler to compute the derivatives $\frac{\partial q_i}{\partial p_j}$, i.e. the Jacobian of the inverse transformation, and then take the pseudo-inverse. I know this is possible when the Jacobian is invertible, but does it also work when it's not even a square matrix?

1

There are 1 best solutions below

0
On

If you take a surface $z=f(x,y)$ and re-write it as $x=g(z,y)$ then ${{\partial z} \over{ \partial x}}=f_x$ and ${{\partial x} \over{ \partial z}}=g_z$ will be reciprocal of each other since they are slopes (for a curve at fixed $y$) measured as $z$ changes with $x$, or as $x$ changes with $z$.