An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with bisection-method

A curated list of projects in awesome lists tagged with bisection-method .

https://github.com/aliiimaher/numerical-analysis

This is a Numerical Analysis course project, implementing numerical analysis methods.

bisection-method euler-method gaussian-elimination laplace-equation-solver matlab newton-method numerical-methods simpson-method

Last synced: 21 Sep 2025

https://github.com/farid-karimi/root-finder

A python program that uses diverse numerical analysis methods to find roots of mathematical functions.

bisection-method false-position-method fixed-point-iteration matplotlib newton-raphson numerical-analysis python qt5 root-finding secant-method

Last synced: 29 Oct 2025

https://github.com/imd10/math317-numerical-methods

A collection of Python implementations of numerical methods based on the pseudocodes from MATH317 lectures, including Bisection, Horner's method, Complete Horner's method, Newton's method, and Polynomial evaluation techniques.

bisection-method horners-method mathematics newtons-method numerical-methods polynomial

Last synced: 28 Jun 2025

https://github.com/josgard94/bisectionmethod-python

The bisection method is based on the mean value theorem and assumes that f (a) and f (b) have opposite signs. Basically, the method involves repeatedly halving the subintervals of [a, b] and in each step, locating the half containing the solution, m.

bisection bisection-method numerical-analysis numerical-methods python python-3 python3 root

Last synced: 15 Mar 2025

https://github.com/pjazdzyk/brent-dekker-solver

Brent Solver: Fast converging iterative root finding math solver based on modified Brent-Dekker algorithm. Finds root for well behaving equations in ~10 iterations.

algorithms algorithms-and-data-structures bisection-method brent-solver brents-method inverse-quadratic-interpolation java math mathematics maven numerical-methods root-finding secant-method solver

Last synced: 14 Jan 2026

https://github.com/josgard94/metodo-de-biseccion

Este programa aproxima las raíces de una función mediante el método de bisección utilizando un intervalo de inicio [a, b]

bisection bisection-method c c-plus-plus c-programming-language cplusplus metodos-numericos oriented-object-programming roots

Last synced: 31 Mar 2025

https://github.com/kkoukouletsou/optimization-techniques

Assignments for Optimization Techniques Course at ECE AUTH. Includes Steepest Descent, Levenberg-Marquardt and a Genetic Algorithm implementation for Network Traffic Optimization.

armijo bisection-method fibonacci genetic-algorithm golden-section levenberg-marquardt newtons-method steepest-descent

Last synced: 09 Sep 2025

https://github.com/shiningflash/number-theory

From basic algorithms like Sieve, Bitwise-sieve, Segmnted-sieve, Modular Arithmetic, Big Mod to Primality test, CRT etc. all other advance number theory algorithms.

algorithms all-possible-subset binary-search bisection-method bitwise-sieve meet-in-the-middle modular-arithmetic number-theory primality-test sieve-of-eratosthenes two-pointers

Last synced: 25 Dec 2025

https://github.com/md-emon-hasan/numerical-analysis

🔢 C-based algorithms and exercises focused on numerical methods, such as interpolation, differentiation, and aimed for equation solving.

bisection-method false-position fixed-point newton-raphson numerical-analysis numerical-integration numerical-methods

Last synced: 30 Aug 2025

https://github.com/lonewanderer27/js5

JS5 is a comprehensive suite of numerical methods tools developed as a requirement for the Numerical Analysis subject. This project consists of four distinct applications, each designed to tackle a specific numerical analysis problem.

bisection-method chakra-ui definite-integral lagrange-method mathjs newton-method pwa react secant-method simpson-method tailwindcss taylor-maclaurin trapezoidal-method

Last synced: 26 Mar 2025

https://github.com/memgonzales/aiep-python-scratch

Materials for the AMSLI Informatics Enrichment Program (AIEP), a training program for students representing the Philippines in international computational thinking and informatics contests

acm-icpc algorithms big-o binary-search binary-search-tree bisection-method bitwise-operators competitive-programming data-structures debugging divide-and-conquer dynamic-programming greedy-algorithms programming-for-kids python3 queue recursion scratch3 stack

Last synced: 29 Dec 2025

https://github.com/charan-akula/finding-the-roots-of-a-polynomial-by-bisection-method

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

bisection-method java mathamatics swings

Last synced: 05 Apr 2025

https://github.com/kkoukouletsou/numerical-analysis-project

Assignments for Numerical Analysis Course at ECE AUTH

bisection-method halley-s-method newtons-method runge-kutta-4

Last synced: 02 Sep 2025

https://github.com/achint08/root-finding-numerica

Root finding implemented using secant, bisection, newton method and calculating roots using sympy

bisection-method newton-method newton-raphson plot python root-finding secant-method sympy

Last synced: 18 Oct 2025

https://github.com/sudipto3331/bisection-numerical-method-implementation-in-python

This repository contains a Python implementation of the Bisection Method for finding roots of nonlinear equations. The code includes input validation, iteration, and termination based on the desired error or reaching the maximum number of iterations. Results are saved into an Excel file.

bisection-method excel-export python3 spyder-python-ide

Last synced: 17 Jul 2025

https://github.com/nishi1612/computational-and-numerical-methods

SC374 Computational and Numerical Methods : Weekly Assignments in python based on bisection, newton-raphson, secant, jacobi, gauss-seidel methods.

bisection-method colab-notebook gauss-seidel jacobi jupyter-notebook newton-raphson numerical-methods python3 secant-method

Last synced: 12 Apr 2025

https://github.com/cai991108/optimization-and-modeling-utils

This repository contains Python codes for various optimization and modeling tasks, including inheritance partitioning, surface and contour plotting, warehouse location optimization, root-finding using Bisection and Golden Section methods, gradient descent with different step-size strategies, inertial gradient methods, and image inpainting

bisection-method contour-plot golden-section-search gradient-method image-inpainting inheritance-examples surface-plot

Last synced: 28 Feb 2025

https://github.com/nickklos10/cot-4500-pro1

Application of four different numerical methods to compute the square root of 2

bisection-method fixed-point-method iterative-methods newton-method

Last synced: 11 Mar 2025

https://github.com/konstantin8105/root

root-finding algorithm

algorithm bisection-method root-finding

Last synced: 16 Mar 2025

https://github.com/rafifiaan/p1-numericalcomputation-matlab-py

Bisection Method Program - Numerical Computation Course

bisection-method numerical-computation python

Last synced: 25 Feb 2025

https://github.com/goimp/bisect

Bisection algorithms module for Go

bisect bisection-method go golang

Last synced: 24 Feb 2025