Artifact 35017c314a953155af7703fee1c61dc81ff64fd9b12432f2c82f8ef592f02e82:
- Executable file
r37/doc/manual/rest.tex
— 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: 585) [annotate] [blame] [check-ins using] [more...]
- Executable file
r38/doc/manual/rest.tex
— 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: 585) [annotate] [blame] [check-ins using]
- Executable file
r38/lisp/csl/r38.doc/rest.tex
— 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: 585) [annotate] [blame] [check-ins using]
\subsection{ROOT\_VAL Operator} The {\tt ROOT\_VAL} operator takes a single univariate polynomial as argument, and returns a list of root values at system precision (or greater if required to separate roots). It is used with the syntax \begin{verbatim} ROOT_VAL(EXPRN:univariate polynomial):list. \end{verbatim} For example, the sequence \begin{verbatim} on rounded; root_val(x^3-x-1); \end{verbatim} gives the result \begin{verbatim} {0.562279512062*I - 0.662358978622, - 0.562279512062*I - 0.662358978622,1.32471795724} \end{verbatim}