Physlib.SpaceAndTime.Space.Derivatives.Laplacian
The Laplacian operator on `Space d`
i. Overview
In this module we define the Laplacian operator on functions and vector-valued functions defined on `Space d`.
ii. Key results
- `laplacian` : The Laplacian operator on scalar functions on `Space d`.
- `laplacianVec` : The Laplacian operator on vector-valued functions on `Space d`.
iii. Table of contents
- A. Laplacian on functions to ℝ - A.1. Relation between laplacian and divergence of gradient - B. Laplacian on vector valued functions
iv. References
A. Laplacian on functions to ℝ
A.1. Relation between laplacian and divergence of gradient
B. Laplacian on vector valued functions
5 declarations
Scalar Laplacian operator
The scalar Laplacian operator maps a function to another function . It is defined as the sum of the second partial derivatives of with respect to each coordinate: where (or ) denotes the second-order spatial derivative in the direction of the -th standard basis vector.
Notation for the Laplacian operator
The symbol is defined as the notation for the Laplacian operator `laplacian`, which maps a scalar function to another function .
For any scalar-valued function , the Laplacian of is equal to the divergence of its gradient, which is expressed as (or simply ).
Vector Laplacian operator
The vector Laplacian operator maps a vector-valued function to another vector-valued function . For a vector field with components , the operator is defined component-wise as the scalar Laplacian applied to each coordinate function: where is the scalar Laplacian of the -th component of .
Notation for the vector Laplacian operator
The notation denotes the vector Laplacian operator acting on vector-valued functions (represented as elements of a Euclidean space).
