Gradienteet
Gradienteet (Finnish for gradients) denote the gradient vectors of scalar fields in several variables. For a function f: R^n → R, the gradient is a vector field that at each point points in the direction of the greatest increase of f, and its length equals the rate of increase in that direction. The gradient is denoted ∇f.
Definition: If f is differentiable, ∇f(x) = (∂f/∂x1, ..., ∂f/∂xn). Example: f(x,y) = x^2 + y^2, ∇f(x,y) = (2x, 2y). The
Properties: The gradient operator maps a scalar field to a vector field. For smooth f, the curl
Applications: Gradienteet play a central role in optimization, where gradient descent uses the negative gradient to
See also: gradient, Jacobian, Hessian, directional derivative, level set.