bisection-method
There are 176 repositories under bisection-method topic.
osveliz/numerical-veliz
Numerical Analysis code from the Oscar Veliz YouTube Channel
SciML/SimpleNonlinearSolve.jl
Fast and simple nonlinear solvers for the SciML common interface. Newton, Broyden, Bisection, Falsi, and more rootfinders on a standard interface.
open-source-modelling/insurance_python
All Python algorithms published by Open Source Modelling in one place.
sakura90/sorted-array-operations
A JavaScript library of sorted array operations
ramesaliyev/numerica
Numerical analysis methods implemented in Python.
only-dev-ops/Numerical-Analysis
A collection of Python programs that helps in Numerical Analysis.
arasgungore/EE242-projects
Three C++ projects assigned for the Numerical Methods for Electrical Engineering (EE 242) course in the Spring 2021 semester.
scfengv/Stock-Valuation
This project serves as a 5-year DCF model to evaluate companies' target prices, using Selenium to fetch stock information mainly from Yahoo Finance & Stock Analysis. The information includes everything needed to calculate DCF.
fritzwill/root-finding-methods
Utilizing root-finding methods such as Bisection Method, Fixed-Point Method, Secant Method, and Newton's Method to solve for the roots of functions
iamHrithikRaj/Numerical-Algorithm
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
shahzaibk23/Numerical-Computing-Python
Python implementation of Methods and Algorithm or Numerical Computing Course. You just have to Enter the input values from the question and All the iterations will be generated automatically.
AlexeyShpavda/NumericalAnalysisMethods
If you find any errors in the work of algorithms, you can fix them by creating a pull request
amirHosseinEz/Numerical-Analysis
This is a Numerical Analysis course project, implementing numerical analysis methods.
adityagupta1089/MATLAB-MAL111
MAL111 - Mathematics Laboratory MATLAB Codes. Bisection Method, Fixed Point Method, Gauss Elimination, Gauss Jordan, Matrix Inversion, Lagrange Interpolation, Newton-Raphson, Regula-Falsi, Row Reduced Echelon Form, Simpson's Integration, Trapezoidal Method.
Farid-Karimi/Root-Finder
A python program that uses diverse numerical analysis methods to find roots of mathematical functions.
Rakibul73/CCE-312---Numerical-Methods-Sessional-Code
Numerical Method Codes in Python
aliiimaher/Numerical-Analysis
This is a Numerical Analysis course project, implementing numerical analysis methods.
FlyN-Nick/Bisection-Method-TypeScript
A quick implementation of the Bisection Method in TypeScript.
HadiElnemr/Numerics-codes
Some Numerical Analysis algorithms implemented in Python.
jotaherrera/Equation-Solver
An equation solver and graphing calculator 🧮
SanketSarmalkar/Numerical_Methods
C++11 implementation of numerical algorithms described in Numerical Analysis by Richard L. Burden and J. Douglas Faires
VelzckC0D3/Git_Bisect_Tests
Om this repository I followed the basic exercise to understand how Git Bisect works and be able to understand binary search
ArielXL/fuzzy-inference
Implementación de un Sistema de Inferencia Difusa para el problema de las colas de un determinado producto. Para su solución se utilizan varios métodos de agregación (Takagi Sugeno Kang y Tsukamoto), varios metodos de desdifusificación (Centroide, Bisección, entre otros) y varias funciones de pertenencia (Triangular, Trapezoidales y Gausiana).
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.
open-source-modelling/bisection_alpha_python
Simple bisection method that finds the optimal parameter α for the Smith & Wilson algorithm.
ThisIs-Developer/Numerical-Method
A numerical method is an approximate computer method for solving a mathematical problem which often has no analytical solution.
discreet26/NUMERICAL-METHODS
CODE FOR ALL MODULES OF NUMERICAL METHODS
dreamchef/numerical-analysis-methods
Collection of methods for numerical analysis and scientific computing, including numerical root-finders, numerical integration, linear algebra, and data visualization. Created for APPM4600 at CU Boulder.
FlyN-Nick/Bisection-Method-Python
A quick implementation of the Bisection Method in Python.
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.
JohnyDeCoder/rootprox
Una calculadora para aproximar raíces de ecuaciones no lineales por el método de bisección, secante o regla falsa.
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.
LuisGMM/numericalmethods
Lots of mathematical numerical methods to ease your life :)
tamaskis/bisection_method-MATLAB
Bisection method for finding the root of a univariate, scalar-valued function.
YannickKae/Monthly-Savings-Calculator
This Shiny R app is a monthly savings calculator that allows users to calculate the monthly savings rate needed to reach a desired final amount, based on different possible return distributions and risk profiles.