<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>