Tensor[Laplacian] - find the Laplacian of a differential form with respect to a metric.
Calling Sequences
Laplacian(g, )
Parameters
g - a covariant metric tensor on an n-dimensional manifold
- a differential form on
Description
Examples
The Laplace-Beltrami operator is the second order linear differential operator which acts on -forms by
.
The differential operator is the first-order linear differential operator defined in terms of the exterior derivative operator and the Hodge star operator * by
,
where is a -form, , and is the dimension of the underlying manifold . The form has degree . Since a metric tensor is needed to define the Hodge star operator * , a metric is also needed to define .
The command Laplacian(g, ) computes the Laplacian of the differential form with respect to the metric tensor .
The command Laplacian:-ExteriorDerivativeStar(g, ) computes applied to .
This command is part of the DifferentialGeometry:-Tensor package, and so can be used in the form Laplacian(...) only after executing the command with(DifferentialGeometry) and with(Tensor) in that order. It can always be used in the long form DifferentialGeometry:-Tensor:-Laplacian.
Define a manifold with coordinates and a metric .
Example 1.
Define a differential 1-form and suppress the printing of the arguments of its coefficients with the PDEtools[declare] command.
Compute the Laplacian of .
Example 2.
Define a 2 form and compute its Laplacian.
Example 3.
Compute the delta derivative of the 2 form .
See Also
DifferentialGeometry
Tensor
ExteriorDerivative
HodgeStar
Download Help Document