Skip to content

Bisection in Python #11

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 4, 2021
Merged

Bisection in Python #11

merged 1 commit into from
Oct 4, 2021

Conversation

ashishworkspace
Copy link
Contributor

The method is applicable for numerically solving the equation f(x) = 0 for the real variable x, where f is a continuous function defined on an interval [a, b] and where f(a) and f(b) have opposite signs. In this case a and b are said to bracket a root since, by the intermediate value theorem, the continuous function f must have at least one root in the interval (a, b).

I have added Bisection method program in python,
Hope you like it.
Thanks in Advance😊

The method is applicable for numerically solving the equation f(x) = 0 for the real variable x, where f is a continuous function defined on an interval [a, b] and where f(a) and f(b) have opposite signs. In this case a and b are said to bracket a root since, by the intermediate value theorem, the continuous function f must have at least one root in the interval (a, b).
@robinsingh-ai robinsingh-ai added the hacktoberfest-accepted hacktoberfest21 label Oct 4, 2021
@robinsingh-ai robinsingh-ai merged commit 0fba7a9 into robinsingh-ai:master Oct 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest-accepted hacktoberfest21
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants