Skip to content
#

bisection-method

Here are 149 public repositories matching this topic...

numerical-veliz

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

  • Updated Jun 20, 2020
  • C++

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.

  • Updated Aug 11, 2020
  • Jupyter Notebook

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.

  • Updated Dec 30, 2016
  • MATLAB

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).

  • Updated Apr 14, 2022
  • Python

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.

  • Updated May 22, 2023
  • Python

Improve this page

Add a description, image, and links to the bisection-method topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the bisection-method topic, visit your repo's landing page and select "manage topics."

Learn more