HP Prime for All
English
Русский
News
Hardware
Articles
Docs
HP Apps
Software
Docs
:
Commands
:
hessian
Syntax
hessian(Expr,LstVar)
Description
Returns the hessian matrix of the expression Expr.
Example
hessian(2*x^2*y-x*z,[x,y,z]) returns [[4*y,4*x,-1],[2*2*x,0,0],[-1,0,0]]
hessian — Discussion
↑Back to top