Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Get the variational derivative of a functional
ResourceFunction["VariationalD"][f,u[x],x] returns the variational derivative of the integral with respect to u[x], where the integrand f is a function of u, its derivatives and x. | |
ResourceFunction["VariationalD"][f,u[x,y,…],{x,y,…}] returns the variational derivative of the multiple integral with respect to u[x,y,…], where f is a function of u, its derivatives and the coordinates x,y,…. | |
ResourceFunction["VariationalD"][f,{u[x,y,…],v[x,y,…],…},{x,y,…}] gives a list of variational derivatives with respect to u,v,…. |
Variational derivative for the arc length of a plane curve:
In[1]:= |
Out[1]= |
Variational derivative for the Dirichlet integral in two variables:
In[2]:= |
Out[2]= |
Wolfram Language 11.3 (March 2018) or above
This work is licensed under a Creative Commons Attribution 4.0 International License