I-ScrabbleName
Ii-equations, i-derivates, i-integrals, i-matrices, i-triangles, i-primes, i-statistics — okanye ingxaki yegama ufundi uyamqula iinkalo.
Inyathelo ngenyathelo
- f(x, y, z) = x^{2} + y^{2} + z^{2}
The gradient is the vector of partial derivatives — differentiate with respect to each variable, holding the others constant.
- \frac{\partial f}{\partial x} = 2 x
Treat every variable except x as a constant.
- \frac{\partial f}{\partial y} = 2 y
Treat every variable except y as a constant.
- \frac{\partial f}{\partial z} = 2 z
Treat every variable except z as a constant.
- \nabla f = \left[\begin{matrix}2 x\\2 y\\2 z\end{matrix}\right]
Assemble the gradient vector. It points in the direction of steepest ascent.
- (0, 0, 0)
Critical points: where every partial derivative is zero.
Bonisa impendulo
\nabla f = \left[\begin{matrix}2 x\\2 y\\2 z\end{matrix}\right]