Artifact 2b4af5a4c5d83895d20f42689f54d6706429c2f73f09d8ec17bbaf637680d089:
- Executable file
r37/lisp/csl/html/r37_0302.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: 612) [annotate] [blame] [check-ins using] [more...]
<A NAME=LIST_switch> <TITLE>LIST_switch</TITLE></A> <b><a href=r37_idx.html>INDEX</a></b><p><p> <B>LIST</B> _ _ _ _ _ _ _ _ _ _ _ _ <B>switch</B><P> <P> The <em>list</em> switch causes REDUCE to print each term in any sum on separate lines. <P> <P> <P> <H3> examples: </H3> <P><PRE><TT> x**2*(y**2 + 2*y) + x*(y**2 + z)/(2*a); 2 2 X*(2*A*X*Y + 4*A*X*Y + Y +Z) ------------------------------ 2*A on list; ws; 2 (X*(2*A*X*Y + 4*A*X*Y 2 + Y + Z))/(2*A) </TT></PRE><P>