Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Compute the Jacobian determinant of a vector function with respect to a list of variables
ResourceFunction["JacobianDeterminant"][{f1,f2,…,fn},{x1,x2,…,xm}] computes the Jacobian matrix of the vector function {f1,f2,…,fn} with respect to the variables xi. |
Compute the Jacobian determinant of a symbolic vector expression in two dimensions:
In[1]:= |
Out[1]= |
Compute the Jacobian determinant of mappings in three dimensions:
In[2]:= |
Out[2]= |
In[3]:= |
Out[3]= |
Compute the Jacobian determinant of mapping between polar and Cartesian coordinates in the plane:
In[4]:= |
Out[4]= |
Compute the Jacobian determinant of an expression:
In[5]:= |
Out[5]= |
Compare this to the result obtained by taking the determinant of ResourceFunction["JacobianMatrix"] of the same expression:
In[6]:= |
Out[6]= |
This work is licensed under a Creative Commons Attribution 4.0 International License