Laplacian - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


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

Description

• 

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.

Examples

 

Define a manifold  with coordinates  and a metric .

M > 

(2.1)

 

Example 1.

Define a differential 1-form  and suppress the printing of the arguments of its coefficients with the PDEtools[declare] command.

M > 

(2.2)
M > 

(2.3)

 

Compute the Laplacian of .

M > 

(2.4)

 

Example 2.

Define a 2 form  and compute its Laplacian.

M > 

(2.5)
M > 

(2.6)

 

Example 3.

Compute the delta derivative of the 2 form .

M > 

(2.7)

See Also

DifferentialGeometry

Tensor

ExteriorDerivative

HodgeStar

 


Download Help Document