Multivariable Function Differentiation

Overview


A multi-variable function is a function that returns a real number, but depends on several inputs.
{% F(x_1, ... ,x_n) : (x_1, ... ,x_n) \rightarrow \mathbb{R} %}

Topics


  • Gradient - the notion of the differential of a multi-variable function
  • Hessian - the second derivative of a multi-variable function

Contents