Artifact 700280ef4e9112b156c558dd6ff1c1937a22d3fdfb781e246ead137254577d88:
- Executable file
r37/lisp/csl/html/r37_0267.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: 744) [annotate] [blame] [check-ins using] [more...]
<A NAME=ALLFAC> <TITLE>ALLFAC</TITLE></A> <b><a href=r37_idx.html>INDEX</a></b><p><p> <B>ALLFAC</B> _ _ _ _ _ _ _ _ _ _ _ _ <B>switch</B><P> <P> <P> <P> The <em>allfac</em> switch, when on, causes REDUCE to factor out automatically common products in the output of expressions. Default is <em>on</em>. <P> <P> <P> <H3> examples: </H3> <P><PRE><TT> x + x*y**3 + x**2*cos(z); 3 X*(COS(Z)*X + Y + 1) off allfac; x + x*y**3 + x**2*cos(z); 2 3 COS(Z)*X + X*Y + X </TT></PRE><P>The <em>allfac</em> switch has no effect when <em>pri</em> is off. Although the switch setting stays as it was, printing behavior is as if it were off. <P> <P> <P>