HP Prime for All
English
Русский
News
Hardware
Articles
Docs
HP Apps
Software
Docs
:
Commands
:
greduce
Syntax
greduce(Poly, ListPoly, ListVar)
Description
Returns the remainder of the division of a polynomial by a Groebner basis.
Example
greduce(x*y-1,{x^2-y^2,2*x*y-y^2,y^3},{x,y}) returns (1/2)*y^2-1
greduce — Discussion
↑Back to top