Supplement to Hamiltonian operator gradient divergence curl

Make some additions to the Hamiltonian operator.
Insert image description hereWhat follows is a vector, but looking at this vector alone is meaningless.
It only makes sense when this function needs to be put together with other functions to perform operations.

Gradient divergence and curl

gradient

Insert image description hereThe blue part is the gradient of a scalar.
We multiply this scalar with the operator (the following is the vector multiplied by the scalar)

Insert image description hereWe multiply f in and get the derivative of f with respect to x, y, z

Divergence

Insert image description hereThe function that divergence deals with is a vector function

Insert image description hereWe use this operator and F (vector function) to perform dot multiplication (multiply the corresponding positions and then add)

Curl

Insert image description here
The function processed is also a vector function (but here it is a cross product ), the divergence is a dot product, and the curl is a cross
product. The determinant is a vector (I always thought it was a number...)

Laplacian operator (equilateral triangle)

It is the divergence of the gradient; it is dealing with a scalar function.
First calculate the gradient for f, and then calculate its divergence for the gradient. It
Insert image description here
becomes the second derivative of f with respect to x (the same for y and z).
I is the dividing line. --------------------
Insert image description hereFirst distinguish between quantity fields and vector fields

After the quantity field
Insert image description here
nabla acts on the function, we get such a vector, turning the quantity field into a vector field

Insert image description here
The nabla operator turns the vector field into a quantity field through inner product

Insert image description hereThe divergence is 2, which is a local description of a flux (the divergence is the volume density of the flux)
Insert image description here
and is cross-multiplied (turning the vector field into a vector field).
Insert image description here
Curl: is a local description of the ring quantity.

Guess you like

Origin blog.csdn.net/pjm616/article/details/127659438