Posts tagged change of variables
Using a Jacobian matrix to make a two-variable transformation

In the past we’ve converted multivariable functions defined in terms of cartesian coordinates x and y into functions defined in terms of polar coordinates r and theta. Similarly, given a region defined in the uv-plane, we can use a Jacobian transformation to redefine it in the xy-plane, or vice versa.

Read More