Posts tagged jacobian
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
Jacobian in three variables to change variables

Given a region defined in uvw-space, we can use a Jacobian transformation to redefine it in xyz-space, or vice versa. We’ll use a 3x3 determinant formula to calculate the Jacobian.

Read More