Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Coordinate Systems >

JacobianDeterminant

JacobianDeterminant[pt]
gives the determinant of the Jacobian matrix of the transformation from the default coordinate system to the Cartesian coordinate system at the point pt.
JacobianDeterminant[pt, coordsys]
gives the determinant of the Jacobian matrix of the transformation from the coordinate system coordsys to the Cartesian coordinate system at the point pt.
  • JacobianDeterminant[pt, coordsys] is equivalent to Det[JacobianMatrix[pt, coordsys]].
  • The coordinates of pt should be given in the coordinate system coordsys, if specified, or the default coordinate system otherwise.
  • If pt is not given, the default coordinate variables for coordsys are used.
Jacobian determinant for transformation from cylindrical to Cartesian coordinates:
Use the Jacobian determinant to change variables in a multiple integral:
Needs["VectorAnalysis`"]
Jacobian determinant for transformation from cylindrical to Cartesian coordinates:
In[2]:=
Click for copyable input
Out[2]=
Use the Jacobian determinant to change variables in a multiple integral:
In[3]:=
Click for copyable input
Out[3]=
In[4]:=
Click for copyable input
Out[4]=
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team