One Dimensional Root-Finding #24
Description
One Dimensional Root-Finding
Feature
Currently I am developing the routines for finding roots of arbitrary one-dimensional functions.
The idea is to offer simple functions that allow it, without the need to implement a robust search system such as workspaces and a little bigger structures like thoose.
Discussion
Since I do not have much knowledge about the different existing methods for the search of roots, would be grateful for any type of contribution that could be made.
In the first comment I show the methods that I plan to implement in this new feature as well as the prototype of each of them with the idea that each one of them is up for discussion.
Contributing
Those who wish to contribute to this module are asked to discuss the implementation of existing methods as well as the suggestion and development of new ones.