Artifact 8984c456af7a9b72eaccd4c5bda4663efcf8b4461c7c4ee0a2ce1da10b9c860a:
- Executable file
r37/lisp/csl/html/r37_0439.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: 766) [annotate] [blame] [check-ins using] [more...]
<A NAME=ROOT_VAL> <TITLE>ROOT_VAL</TITLE></A> <b><a href=r37_idx.html>INDEX</a></b><p><p> <B>ROOT\_VAL</B> _ _ _ _ _ _ _ _ _ _ _ _ <B>operator</B><P> <P> <P> <P> The operator <em>root_val</em> computes the roots of a univariate polynomial at system precision (or greater if required for root separation) and presents its result as a list of numbers. <P> <H3> syntax: </H3> <P> <P> <em>roots</em>(<p>) <P> <P> <P> where <p> is a univariate polynomial. <P> <P> <P> <H3> examples: </H3> <P><PRE><TT> root_val(x^5-2); {-0.929316490603 + 0.6751879524*i, -0.929316490603 - 0.6751879524*i, 0.354967313105 + 1.09247705578*i, 0.354967313105 - 1.09247705578*i, 1.148698355} </TT></PRE><P>