A field is a function that assigns a mathematical object, a scalar, vector, or tensor, to each point in its domain D⊆Rn.
Scalar Field
A real-valued function defined on each points in D⊆Rn.
Vector Field
A vector-valued function defined on each points in D⊆Rn. More on this covered in the vector field note.
Gradient
For ϕ a field of x, y, z, the gradient of ϕ is
∇ϕ=∂x∂ϕi^+∂y∂ϕj^+∂z∂ϕk^
∇ϕ is the gradient field of ϕ. ∇ is the del operator, or nabla,
∇=∂x∂i^+∂y∂j^+∂z∂k^
Laplacian
The Laplacian operator is
∇2=∇⋅∇=∂x2∂2+∂y2∂2+∂z2∂2
For ϕ a field, the Laplacian of ϕ is
∇2ϕ=∂x2∂2ϕ+∂y2∂2ϕ+∂z2∂2ϕ