Artifact 7c70260d396fea43272edb2902a9f67366fcb93b592e7b06d1cda1aed1f83269:
- Executable file
r37/lisp/csl/html/r37_0385.html
— part of check-in
[f2fda60abd]
at
2011-09-02 18:13:33
on branch master
— Some historical releases purely for archival purposes
git-svn-id: https://svn.code.sf.net/p/reduce-algebra/code/trunk/historical@1375 2bfe0521-f11c-4a00-b80e-6202646ff360 (user: arthurcnorman@users.sourceforge.net, size: 553) [annotate] [blame] [check-ins using] [more...]
<A NAME=greduce> <TITLE>greduce</TITLE></A> <b><a href=r37_idx.html>INDEX</a></b><p><p> <B>GREDUCE</B> _ _ _ _ _ _ _ _ _ _ _ _ <B>operator</B><P> <P> <P> <H3> syntax: </H3> <P> <P> <em>greduce</em>(exp, {exp1, exp2, ... , expm}) <P> <P> <P> <P> where exp is an expression, and {exp1, exp2, ... , expm} is a list of expressions or equations. <P> <P> <em>greduce</em>is functionally equivalent with a call to <A HREF=r37_0382.html>groebner</A> and then a call to <A HREF=r37_0386.html>preduce</A>. <P> <P>