Projects in Awesome Lists tagged with bisection-method
A curated list of projects in awesome lists tagged with bisection-method .
https://github.com/open-source-modelling/insurance_python
All Python algorithms published by Open Source Modelling in one place.
actuarial actuarial-modeling actuarial-statistics algorithms bisection-method bootstrap calibration capital-markets hull-white insurance life-insurance python risk risk-analysis risk-management risk-models smith-wilson solvency2 stationary stationary-bootstrap
Last synced: 20 Jul 2025
https://github.com/sakura90/sorted-array-operations
A JavaScript library of sorted array operations
binary-search bisection-method cdn commonjs-module difference es-module intersection javascript lower-bound merge npm sorted-array symmetric-difference typescript union upper-bound yarn
Last synced: 10 Apr 2025
https://github.com/ramesaliyev/numerica
Numerical analysis methods implemented in Python.
bisection-method euler-methods fixed-point-iteration gauss-jordan-elimination gauss-seidel graph-method jacobi lagrange least-square-regression newton-raphson numerical-analysis numerical-differentiation numerical-integration numerical-methods regression regula-falsi secant-method simpson trapezoidal
Last synced: 29 Jan 2026
https://github.com/arasgungore/ee242-projects
Three C++ projects assigned for the Numerical Methods for Electrical Engineering (EE 242) course in the Spring 2021 semester.
algorithm algorithms bisection-method cplusplus cpp eigenvalue eigenvalues eigenvalues-and-eigenvectors eigenvector eigenvectors gaussian-elimination gaussian-elimination-algorithm matrix-solver numerical-methods partial-pivoting polynomial-roots power-iteration secant-method solving-algorithm terminal-based
Last synced: 12 Apr 2025
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/thisis-developer/numerical-method
A numerical method is an approximate computer method for solving a mathematical problem which often has no analytical solution.
bisection-method cprogramming euler-method gauss-elimination gauss-jordan lu-factorization newton-interpolation newton-raphson numerical-methods regula-falsi runge-kutta-methods secant-method taylor-method trapezoidal-method
Last synced: 29 Jul 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/shaswata56/numerical_analysis
Numerical Analysis course repository.
bisection-method differential-equations euler-method false-position-method gauss-jacobi gauss-seidel jaccobi linear-equations matlab newton-raphson numerical-analysis numerical-methods octave root-finding-methods runge-kutta-methods
Last synced: 13 Nov 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/louis-finegan/root-finding-algorithms-c
Algorithms for root finding writting in c with, bash shell script that compiles and runs all executable files.
algorithms bash bash-shell-script bisection-method c-programming-language false-position-method fixed-point-iteration gcc-complier linux-shell newton-raphson numerical-analysis numerical-methods regula-falsi root-finding ubuntu
Last synced: 27 Mar 2025
https://github.com/samuellucas97/calculusnumeric
Contains implementation of some numerical analysis algorithms
algorithms bernstein-polynomial bisection-method fixed-point-interaction-method gnuplot gregory-newton-interpolation lagrange-polynomial-interpolation newton-polynomial-interpolation taylor-series
Last synced: 02 Nov 2025
https://github.com/apurva313/numerical-method
Join me in discovering innovative solutions for mathematical challenges. From optimization to simulations, let's journey through the realm of algorithms together.
algorithms bisection-method c cpp euler-method gauss-elimination gauss-elimination-method lagrange-interpolation newton-interpolation newton-raphson numerical-methods regulafalsi-method runga-kutta-method secant-method simpson-method taylor-series trapezoidal-method trapezoidal-rule weddle-s-rule
Last synced: 27 Dec 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/firyanulrizky/programkalkulus-biseksi-regulafalsi
Projek Matakuliah Kalkulus
bisection-method calculus falsy
Last synced: 02 Jul 2025
https://github.com/ignabelitzky/roots-of-equations
Implementation and usage of numerical root-finding algorithms.
bisection-method newtons-method python root-finding-algorithms root-finding-methods secant-method
Last synced: 26 Feb 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/nlacey111/numerical-analysis
Including work from undergrad and graduate numerical analysis I and II.
bisection-method cholesky-decomposition cubic-splines discretization-algorithm error finite-difference-method fixed-point-iteration forward-euler gauss-seidel-method jacobi-iteration multi-stage-methods multistep-methods newtons-method polynomial-evaluation rank-approximation solving-least-squares solving-odes solving-pdes svd
Last synced: 21 Mar 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/oseasandrepro/numericalanalysis
Implementation of the basics Algorithms on Numerical Analysis
algorithms bisection-method c gauss-elimination interpolation-methods newtons-method numerical-analysis numerical-analysis-algorithms pointer-to-function pointers polynomial-interpolation pragma regula-falsi secant-method uerj variadic-function
Last synced: 20 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/nirupamkhanal/numericalanalysis
Numerical Methods for Computational Mathematics and Analysis
analysis bisection-method extrapolation interpolation-methods lagrange-interpolation linear-algebra linear-programming monte-carlo montecarlo-simulation navier-stokes-equations newton-cotes numerical-analysis numerical-calculus numerical-integration numerical-methods numericalanalysis optimization-algorithms ordinary-differential-equations partial-differential-equations trapezoidal-method
Last synced: 13 Nov 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