VectorAnalysis`
VectorAnalysis`
Laplacian
As of Version 9.0, vector analysis functionality is built into the Wolfram Language »
Laplacian[f]
gives the Laplacian, ∇2f, of the scalar function or vector field f in the default coordinate system.
Laplacian[f,coordsys]
gives the Laplacian of f in the coordinate system coordsys.
更多信息和选项
- To use Laplacian, you first need to load the Vector Analysis Package using Needs["VectorAnalysis`"].