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