Artifact 339187bc309cf609f2ada767a3a5dcb23352284d62e5e1fc8adf11d27d5358a2:
- Executable file
r37/lisp/csl/html/r37_0280.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: 936) [annotate] [blame] [check-ins using] [more...]
<A NAME=DIV> <TITLE>DIV</TITLE></A> <b><a href=r37_idx.html>INDEX</a></b><p><p> <B>DIV</B> _ _ _ _ _ _ _ _ _ _ _ _ <B>switch</B><P> <P> <P> <P> When <em>div</em> is on, the system divides any simple factors found in the denominator of an expression into the numerator. Default is <em>off</em>. <P> <P> <P> <H3> examples: </H3> <P><PRE><TT> on div; a := x**2/y**2; 2 -2 A := X *Y b := a/(3*z); 1 2 -2 -1 B := -*X *Y *Z 3 off div; a; 2 X --- 2 Y b; 2 X ------- 2 3*Y *Z </TT></PRE><P>The <em>div</em> switch only has effect when the <A HREF=r37_0319.html>pri</A> switch is on. When <em>pri</em> is off, regardless of the setting of <em>div</em>, the printing behavior is as if <em>div</em> were off. <P> <P> <P>