findPolyRoots | R Documentation |
Finds real parts of polynomial's roots via eigendecomposition of companion matrix. This method is not used by gaussHermiteData. Only the real parts of each root are retained; this can be useful if the polynomial is known a priori to have all roots real.
findPolyRoots(c)
c |
Coefficients of polynomial |
Numeric vector containing the real parts of the roots of the polynomial defined by c
Alexander W Blocker ablocker@gmail.com
gaussHermiteData
, aghQuad
,
ghQuad
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.