Artifact d2ddf15394a38d1b408756260d8ae17e4df902cf56b5180b4ce5a58145f5fef4:
- Executable file
r37/lisp/csl/html/r37_0266.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: 912) [annotate] [blame] [check-ins using] [more...]
<A NAME=ALLBRANCH> <TITLE>ALLBRANCH</TITLE></A> <b><a href=r37_idx.html>INDEX</a></b><p><p> <B>ALLBRANCH</B> _ _ _ _ _ _ _ _ _ _ _ _ <B>switch</B><P> <P> When <em>allbranch</em> is on, the operator <A HREF=r37_0179.html>solve</A> selects all branches of solutions. When <em>allbranch</em> is off, it selects only the principal branches. Default is <em>on</em>. <P> <P> <P> <H3> examples: </H3> <P><PRE><TT> solve(log(sin(x+3)),x); {X=2*ARBINT(1)*PI - ASIN(1) - 3, X=2*ARBINT(1)*PI + ASIN(1) + PI - 3} off allbranch; solve(log(sin(x+3)),x); X=ASIN(1) - 3 </TT></PRE><P> <A HREF=r37_0138.html>arbint</A>(1) indicates an arbitrary integer, which is giv en a unique identifier by REDUCE, showing that there are infinitely many solutions of this type. When <em>allbranch</em> is off, the single canonical solution is given. <P> <P> <P>