Skip to content
#

bisection-method

Here are 155 public repositories matching this topic...

numerical-veliz

i developed a Java Swings application for mathematics,unfortunately i lost the code but i have a video which shows its demonstration which is used to find the roots of a polynomial by using the bisection method which is one the efficient way to find roots but the only limitation is it doesn't find exact roots but it finds most apporimate roots

  • Updated Jul 12, 2024

In numerical analysis, a numerical method is a mathematical tool designed to solve numerical problems. The implementation of a numerical method with an appropriate convergence check in a programming language is called a numerical algorithm

  • Updated Jul 10, 2024
  • C++

Improve this page

Add a description, image, and links to the bisection-method topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the bisection-method topic, visit your repo's landing page and select "manage topics."

Learn more