Skip to content

Three methods to find the roots of non-linear functions#228

Merged
harshildarji merged 2 commits into
TheAlgorithms:masterfrom
mavroudo:master
Dec 18, 2017
Merged

Three methods to find the roots of non-linear functions#228
harshildarji merged 2 commits into
TheAlgorithms:masterfrom
mavroudo:master

Conversation

@mavroudo

Copy link
Copy Markdown
Contributor

Bisection uses the Bolzano theorem, the others 2 find the root faster by using the derivative of the function

There are three methods that find approximately the roots of a non-linear function
@harshildarji harshildarji merged commit 8bf6952 into TheAlgorithms:master Dec 18, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants