Artifact ff571f205df2ebe6c11b65d117a6ff1a8f216bd55d51ded08cce7b4b8722fe11:
- Executable file
r37/lisp/csl/html/r37_0271.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: 542) [annotate] [blame] [check-ins using] [more...]
<A NAME=COMBINEEXPT> <TITLE>COMBINEEXPT</TITLE></A> <b><a href=r37_idx.html>INDEX</a></b><p><p> <B>COMBINEEXPT</B> _ _ _ _ _ _ _ _ _ _ _ _ <B>switch</B><P> <P> <P> <P> REDUCE is in general poor at surd simplification. However, when the switch <em>combineexpt</em> is on, the system attempts to combine exponentials whenever possible. <P> <P> <P> <H3> examples: </H3> <P><PRE><TT> 3^(1/2)*3^(1/3)*3^(1/6); 1/3 1/6 SQRT(3)*3 *3 on combineexpt; ws; 1 </TT></PRE><P>