Learn R Programming

FindAllRoots (version 1.0)

Find all root(s) of the equation and Find root(s) of the equation by dichotomy

Description

Find all root(s) of the equation,including complex roots;Find root(s) of the equation by dichotomy.Besides,in dichotomy, more than one interval can be given at a time.

Copy Link

Version

Install

install.packages('FindAllRoots')

Monthly Downloads

24

Version

1.0

License

GPL (>= 2)

Maintainer

Bingpei Wu

Last Published

July 23rd, 2012

Functions in FindAllRoots (1.0)

FindAllRoots-package

Find all root(s) of the equation and Find root(s) of the equation by dichotomy
f

function returning one function value, or a vector of function values.
dichotomy

Find root(s) of the equation by dichotomy
allroots

Find all roots of the equation,including complex roots.