Topic: "bisection"
googleprojectzero/halfempty
A fast, parallel test case minimization tool.
Language: C - Size: 1.09 MB - Last synced at: 8 days ago - Pushed at: over 4 years ago - Stars: 957 - Forks: 69

jacobwilliams/roots-fortran
A modern Fortran library for finding the roots of continuous scalar functions of a single real variable, using derivative-free methods.
Language: Fortran - Size: 2.46 MB - Last synced at: 2 months ago - Pushed at: 3 months ago - Stars: 39 - Forks: 6

k3jph/cmna-pkg
Computational Methods for Numerical Analysis
Language: R - Size: 325 KB - Last synced at: 19 days ago - Pushed at: over 1 year ago - Stars: 16 - Forks: 9

CelineWuest/biscepter
Efficient Git Bisect using Docker Caching for Fast Repeated and Concurrent Bisection
Language: Go - Size: 245 KB - Last synced at: 2 days ago - Pushed at: 6 days ago - Stars: 9 - Forks: 1

talshorer/git-dissect
Distributed git bisect
Language: Python - Size: 43.9 KB - Last synced at: about 2 years ago - Pushed at: almost 7 years ago - Stars: 8 - Forks: 0

FlyN-Nick/Bisection-Method-TypeScript
A quick implementation of the Bisection Method in TypeScript.
Language: TypeScript - Size: 24.4 KB - Last synced at: 2 days ago - Pushed at: over 3 years ago - Stars: 6 - Forks: 0

langston-barrett/icemelter
Icemelter automates steps in debugging rustc internal compiler errors (ICEs)
Language: Rust - Size: 130 KB - Last synced at: 8 days ago - Pushed at: 14 days ago - Stars: 5 - Forks: 0

BarrOff/roots 📦
This repository has moved to:
Language: Nim - Size: 260 KB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 5 - Forks: 0

glider4/computepac
A Python math package for numerical analysis: root finding, iterative solvers & other algorithms. Bisection, Newton, Euler, RK2, RK4, Adams-Bashforth-Moulton, etc. Uses Python, NumPy, SymPy, pytest.
Language: Python - Size: 552 KB - Last synced at: about 1 year ago - Pushed at: almost 2 years ago - Stars: 4 - Forks: 0

ikkurthis1998/Bisection-Python
This python code is developed by Sreemannarayana Ikkurthi, as a part of course notes for the course 15AES477: Multidisciplinary Design Optimization (MDO). In support of Dr. Rajesh Senthil Kumar T., Assistant Professor, Department of Aerospace Engneering, Amrita Vishwa Vidyapeetham.
Language: Jupyter Notebook - Size: 4.88 KB - Last synced at: over 1 year ago - Pushed at: almost 5 years ago - Stars: 4 - Forks: 0

yakout/numerical-methods
Implementation for different numerical algorithms
Language: Matlab - Size: 281 KB - Last synced at: over 1 year ago - Pushed at: almost 8 years ago - Stars: 4 - Forks: 4

deivid-rodriguez/ruby-bisect
Bisections against ruby-core for you ruby programs
Language: Shell - Size: 67.4 KB - Last synced at: 19 days ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 1

KamruzzamanAsif/Numerical_Analysis
Numerical Analysis
Language: C - Size: 29.3 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 3 - Forks: 0

FlyN-Nick/Bisection-Method-Python
A quick implementation of the Bisection Method in Python.
Language: Python - Size: 22.5 KB - Last synced at: about 1 month ago - Pushed at: over 3 years ago - Stars: 3 - Forks: 0

Ben1980/rootApproximation
Numerical root approximation methods
Language: Gnuplot - Size: 1.13 MB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 3 - Forks: 2

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.
Language: Python - Size: 8.79 KB - Last synced at: about 1 month ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 0

bappi2097/numerical-analysis-python
Language: Jupyter Notebook - Size: 63.5 KB - Last synced at: about 2 months ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 0

jbshannon/MultiBisect.jl
Lightweight multidimensional root-finding in Julia
Language: Julia - Size: 356 KB - Last synced at: 3 months ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 0

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]
Language: C++ - Size: 5.86 KB - Last synced at: 21 days ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

swapnita-pandey/cbnst-lab
Language: C - Size: 16.5 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

ertgl/bisect
Bisection algorithms.
Language: Elixir - Size: 8.79 KB - Last synced at: about 12 hours ago - Pushed at: almost 5 years ago - Stars: 2 - Forks: 0

ibrahimaydinnet/rootfinder
Root finding implementation with numerical methods for Go (golang)
Language: Go - Size: 4.88 KB - Last synced at: almost 2 years ago - Pushed at: about 5 years ago - Stars: 2 - Forks: 0

bkb3/Bisection-method-in-Python
We use bisection method to find zeroes of an equation.
Language: Python - Size: 17.6 KB - Last synced at: over 1 year ago - Pushed at: over 5 years ago - Stars: 2 - Forks: 2

Quarz0/Root-Finder
apply different root finding algorithms, compare and analyse their behaviour using plots and tables
Language: Python - Size: 88.9 KB - Last synced at: over 1 year ago - Pushed at: almost 8 years ago - Stars: 2 - Forks: 1

yuvrajiro/Mini-R-Programs
A repo for small R programs from scratch written in R programming language vartying from Algorithms, Machine learning, Statitsitcs and Mathematics
Language: HTML - Size: 17.1 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

brugr9/nummeth 📦
Programmierung TI-89: Numerische Methoden zur Approximation und Integration
Size: 1.86 MB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 1

rtmigo/bisection_dart
Port of the Python bisect library to the Dart language
Language: Dart - Size: 489 KB - Last synced at: about 1 month ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

madhaven/Numerical-Methods
Numerical Methods to find out roots and other such variables from equations.
Language: Python - Size: 5.86 KB - Last synced at: about 1 year ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 0

jmcph4/gaisan
Fast numerical methods in computational science
Language: C - Size: 62.5 KB - Last synced at: 9 days ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 1

EduardBargues/NonLinearEquationSolver
Solver for unidimensional non linear equations. Implements Bisection, Secant and Newton-Raphson methods.
Language: C# - Size: 7.81 KB - Last synced at: 4 days ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 0

shakiz/Numerical-Analysis-Methods-in-Java-
This is a repository where i put all of the implementation that i have done in numerical analysis.I have added four files and the methods are bisection,Gaussian,newton raphson and Lu decomposition.
Language: Java - Size: 3.91 KB - Last synced at: about 1 year ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 0

BarudakRosul/bisect-js
Utility for searching and inserting elements in a sorted array using a binary algorithm
Language: JavaScript - Size: 89.8 KB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 0 - Forks: 0

moocf/bisection-root.cxx
The Bisection method is a root-finding method that applies to any continuous functions for which one knows two values with opposite signs.
Language: C++ - Size: 6.84 KB - Last synced at: 11 days ago - Pushed at: 11 days ago - Stars: 0 - Forks: 0

lawrencegranda/function-analyzer-web
Language: JavaScript - Size: 14.3 MB - Last synced at: 20 days ago - Pushed at: 20 days ago - Stars: 0 - Forks: 0

foxmaestro753/Numerical-Methods
Computer programs to solve complex numerical problems
Language: Jupyter Notebook - Size: 1.2 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

Release-Candidate/Bisectriz 📦
A progressive web app to display the angle bisector of two angles given by zodiac sign, degrees and minutes.
Language: TypeScript - Size: 2.53 MB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

CharleySchaefer/ZiltoidLIB
My collection of functions commonly encountered in C/C++ programs for physical modelling and simulation.
Language: C - Size: 2.04 MB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 1

imerfanahmed/Numerical-Lab-CSE-3212
Language: MATLAB - Size: 3.91 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

kisalu-id/C-Programming-Course-Language-Foundations
C Programming: Language Foundations from Dartmouth College and IMT
Language: C - Size: 71.3 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

rezasadid753/numerical-analysis-tools
Explore numerical methods implemented in PHP for solving equations and integrals. Enhance your understanding of numerical analysis techniques.
Language: PHP - Size: 19.5 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

MohEsmail143/root-finder
A Python application that implements a root finder program which takes as an input the equation, the numerical technique to use and its required parameters.
Language: Python - Size: 315 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

hernanmd/bisect.sh
Pharo utility to create comparable test results files
Language: Shell - Size: 9.77 KB - Last synced at: 16 days ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

sckwokyboom/Computational-Math-Labs
My completed laboratory assignments in the subject "Computational Mathematics" at NSU.
Language: Kotlin - Size: 746 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

ivangalbans/fis 📦
This is a tool implemented in C# where the users can set a fuzzy inference system witch difuse input and output variables, membership function and linguistic values.
Language: C# - Size: 40 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

z4ir3/LEBREF2D
A Matlab toolbox for fast mesh-refinement of 2D domains
Language: MATLAB - Size: 1.43 MB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 1

Aashish365/algebricEquationInC-
c++ program for algebric solutions
Language: C++ - Size: 5.86 KB - Last synced at: over 1 year ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

Mohamed-489560/Math_4_Project
Android application to solve BiSection and Lagrange Polynomial
Size: 225 KB - Last synced at: about 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

Mohamed-489560/BiSection_Method
C++ program to solve BiSection Method
Size: 3.91 KB - Last synced at: about 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

rajgubrele/bisection_method
The program in Python to determine the solution of a nonlinear equation using bisection.
Language: Python - Size: 1.95 KB - Last synced at: almost 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

tim-we/td-bisection
Graph bisection using tree decompositions
Language: Java - Size: 18.6 KB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

wise-saint/Bisection_Method
Bisection Method to calculate root of a function
Language: MATLAB - Size: 778 KB - Last synced at: almost 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 1

hilaliya/bisection
Bisection Algorithm is a method that is used to find the root of an equation in a given interval that is the value of ‘x’ for which f(x) = 0. It applies a line search using derivatives. Thus it is only applicable for derivative functions
Language: C++ - Size: 17.6 KB - Last synced at: 8 months ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

joshimar/NumericalMethods
Java examples of Numerical Methods to calculate the root of a function. Supported algorithms are Newton Raphson, Bisection, Fixed Point and False Rule.
Language: Java - Size: 188 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

gwangmu/bisector
Git bisection utility wrapper script for memory corruption bugs.
Language: Shell - Size: 44.9 KB - Last synced at: almost 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

UmarNaeem7/Bisection-Method
A GUI based implementation of Bisection Method used to find numerical solution of an equation using Java.
Language: Java - Size: 129 KB - Last synced at: almost 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

MaxiRam/CCN-fortran-codes
Fortran codes used developed for teaching purposes.
Language: Fortran - Size: 5.86 KB - Last synced at: almost 2 years ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0

emailyc/Bisection-Task
Bisection task using Vernier Hand Dynamometer
Language: Scilab - Size: 37.6 MB - Last synced at: over 1 year ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 1

PantelisKyriakidis/Numerical-Analysis-Class
2 Projects. Bisection, Newton-Raphson, intersection methods , approaching sin function and it's integral and more...
Language: Matlab - Size: 1.65 MB - Last synced at: almost 2 years ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 1

Shamrat777/Bisection-Method
Language: Java - Size: 17.6 KB - Last synced at: 12 months ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0

cyrilcolinet/105torus_2017
:books: Tore epitech maths project. Continuation of the 101pong, and should allow to draw more complex forms, such as tores (2th and 4th degree equation (in the case of tore))
Language: PHP - Size: 70.3 KB - Last synced at: 4 days ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0

adarshsrivastava11/numerical-methods
Codes for various important numeric method computation done during the course ESO208
Language: Python - Size: 659 KB - Last synced at: almost 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

nifex007/NumericalMethodAlgos
Implementation of some Numerical Analysis Algorithms.
Language: Python - Size: 6.84 KB - Last synced at: almost 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 1

bkb3/bisection-method-in-C
We use bisection method to find zeroes of an equation.
Language: C - Size: 20.5 KB - Last synced at: over 1 year ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 1

mipeal/Numerical-Analysis
Basic and simple codes of Numerical Analysis methods of calculation
Language: C# - Size: 10.7 KB - Last synced at: about 1 year ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

hejmsdz/NonLinear
A program that solves non-linear equations numerically, using floating point and interval arithmetics
Language: C++ - Size: 479 KB - Last synced at: about 1 year ago - Pushed at: almost 8 years ago - Stars: 0 - Forks: 0

eternalchaoticinflation/CanadianMortages
Language: Python - Size: 1000 Bytes - Last synced at: about 1 year ago - Pushed at: about 8 years ago - Stars: 0 - Forks: 0

Lory9811/bisection
Bisection algorithm to aproximate an equation result
Language: Python - Size: 1.95 KB - Last synced at: almost 2 years ago - Pushed at: about 8 years ago - Stars: 0 - Forks: 0

sgtb3/Approximation-Methods
Language: Java - Size: 725 KB - Last synced at: over 1 year ago - Pushed at: over 8 years ago - Stars: 0 - Forks: 0
