Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Compute the Hessian determinant of a function with respect to a list of variables
ResourceFunction["HessianDeterminant"][expr,{var1, var2, …}] computes the determinant of the Hessian matrix of the expression expr with respect to the given variables. |
Compute a Hessian determinant:
In[1]:= |
Out[1]= |
Compute another Hessian determinant:
In[2]:= |
Out[2]= |
This work is licensed under a Creative Commons Attribution 4.0 International License