bisection-method

There are 176 repositories under bisection-method topic.

  • numerical-veliz

    osveliz/numerical-veliz

    Numerical Analysis code from the Oscar Veliz YouTube Channel

    Language:Python15813322
  • SciML/SimpleNonlinearSolve.jl

    Fast and simple nonlinear solvers for the SciML common interface. Newton, Broyden, Bisection, Falsi, and more rootfinders on a standard interface.

    Language:Julia6863624
  • open-source-modelling/insurance_python

    All Python algorithms published by Open Source Modelling in one place.

    Language:Jupyter Notebook435136
  • sorted-array-operations

    sakura90/sorted-array-operations

    A JavaScript library of sorted array operations

    Language:TypeScript38110
  • ramesaliyev/numerica

    Numerical analysis methods implemented in Python.

    Language:Python26115
  • only-dev-ops/Numerical-Analysis

    A collection of Python programs that helps in Numerical Analysis.

    Language:Python17002
  • arasgungore/EE242-projects

    Three C++ projects assigned for the Numerical Methods for Electrical Engineering (EE 242) course in the Spring 2021 semester.

    Language:C++13201
  • 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.

    Language:Python13102
  • 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

    Language:Python11005
  • 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

    Language:C++10120
  • 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.

    Language:Jupyter Notebook10100
  • AlexeyShpavda/NumericalAnalysisMethods

    If you find any errors in the work of algorithms, you can fix them by creating a pull request

    Language:C#9005
  • amirHosseinEz/Numerical-Analysis

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

    Language:MATLAB9100
  • 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.

    Language:MATLAB8101
  • Farid-Karimi/Root-Finder

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

    Language:Python8230
  • Rakibul73/CCE-312---Numerical-Methods-Sessional-Code

    Numerical Method Codes in Python

    Language:Jupyter Notebook8102
  • aliiimaher/Numerical-Analysis

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

    Language:MATLAB610
  • FlyN-Nick/Bisection-Method-TypeScript

    A quick implementation of the Bisection Method in TypeScript.

    Language:TypeScript6110
  • HadiElnemr/Numerics-codes

    Some Numerical Analysis algorithms implemented in Python.

    Language:Python6120
  • jotaherrera/Equation-Solver

    An equation solver and graphing calculator 🧮

    Language:Python6100
  • SanketSarmalkar/Numerical_Methods

    C++11 implementation of numerical algorithms described in Numerical Analysis by Richard L. Burden and J. Douglas Faires

    Language:C++5101
  • 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).

    Language:Python411
  • 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 Notebook4000
  • open-source-modelling/bisection_alpha_python

    Simple bisection method that finds the optimal parameter α for the Smith & Wilson algorithm.

    Language:Python4301
  • Numerical-Method

    ThisIs-Developer/Numerical-Method

    A numerical method is an approximate computer method for solving a mathematical problem which often has no analytical solution.

    Language:C4101
  • discreet26/NUMERICAL-METHODS

    CODE FOR ALL MODULES OF NUMERICAL METHODS

    Language:C3101
  • 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.

    Language:Jupyter Notebook3201
  • FlyN-Nick/Bisection-Method-Python

    A quick implementation of the Bisection Method in Python.

    Language:Python310
  • 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.

    Language:Python3200
  • JohnyDeCoder/rootprox

    Una calculadora para aproximar raíces de ecuaciones no lineales por el método de bisección, secante o regla falsa.

    Language:C#3103
  • 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:Python3100
  • LuisGMM/numericalmethods

    Lots of mathematical numerical methods to ease your life :)

    Language:Python3101
  • tamaskis/bisection_method-MATLAB

    Bisection method for finding the root of a univariate, scalar-valued function.

    Language:MATLAB3200
  • 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.

    Language:R3100