Artifact 54ba27771ca45a84bf04c4828c46f95468b9a7f9ee68e245141c982a91ecf725:
- Executable file
r37/lisp/csl/html/r37_0307.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: 844) [annotate] [blame] [check-ins using] [more...]
<A NAME=MULTIPLICITIES> <TITLE>MULTIPLICITIES</TITLE></A> <b><a href=r37_idx.html>INDEX</a></b><p><p> <B>MULTIPLICITIES</B> _ _ _ _ _ _ _ _ _ _ _ _ <B>switch</B><P> <P> <P> <P> When <A HREF=r37_0179.html>solve</A> is applied to a set of equations with multiple r oots, solution multiplicities are normally stored in the global variable <A HREF=r37_0017.html>root_multiplicities</A> rather than the solution list. If you want the multiplicities explicitly displayed, the switch <em>multiplicities</em> should be turned on. In this case, <em>root_multiplicities</em> has no value. <P> <P> <P> <H3> examples: </H3> <P><PRE><TT> solve(x^2=2x-1,x); X=1 root_multiplicities; 2 on multiplicities; solve(x^2=2x-1,x); X=1,X=1 root_multiplicities; </TT></PRE><P>