HP Prime for All
English
Русский
News
Hardware
Articles
Docs
HP Apps
Software
Docs
:
Commands
:
collect
Syntax
collect(Expr or {Expr1, Expr2,...,Exprn})
Description
Collects likes terms in a polynomial expression (or of a list of polynomial expressions).
Example
collect(x+2*x+1-4) returns 3*x-3
collect — Discussion
↑Back to top