Why is the hessian the jacobian of the gradient, rather than the jacobian of the jacobian? I know that the jacobian is the generalization of the derivative for functions R^n to R^m, but for multivariate functions R^n to R^1 for some reason we use the gradient instead (the transpose of the jacobian). I am confused generally about why this transpose is necessary.
#Gradient and Jacobian
9 messages · Page 1 of 1 (latest)
- Wait patiently for a helper to come along.
- Once someone helps you, say thank you and close the thread with:
+close
- Feel free to nominate the person for helper of the week in #helper-nominations
- Do not ping the mods, unless someone is breaking the rules.
- If you're happy with the help you got here, and the server overall, you can contribute financially as well:
The hessian is the jacobian of grad(f) cause you compute the jacobian of grad(f) and get the matrix composed of all the 2nd partials of f
Yes, that's the definition. So I guess it's just a dimensionality thing?
This seems to say the transpose just arises due to the indexing, but ill let you read it yourself
thank you for finding this
@simple fox has given 1 rep to @true grotto
you can google stuff too lol