root-finding-methods
There are 36 repositories under root-finding-methods topic.
JuliaIntervals/IntervalRootFinding.jl
Library for finding the roots of a function using interval arithmetic
hrkalona/Fractal-Zoomer
One of the most complete fractal generating softwares using java!
jishnurajendran/Numerical-analysis
MATLAB/Octave Codes for Numerical analysis techniques
perpendicooler/Code-for-Numerical-Analysis-Executed-in-FORTRAN-and-MATLAB
This is a Git repository containing code for a numerical analysis lab using Fortran and MATLAB
saeedahmadicp/numerical_optimization_of_ai
Numerical techniques for optimization of artificial Intelligence
hahnec/optimizay
collection of numerical optimization methods
kuldeep-tolia/Numerical_Methods_Codes
Various numerical methods are discussed to solve different problems numerically.
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.
BarbulescuMihai/PyTES
Python Transcendental Equation Solvers
rafiulgits/Numerical-Analysis
Numerical methods and solutions
shaswata56/Numerical_Analysis
Numerical Analysis course repository.
ShrohanMohapatra/PACAGetMode
A Mathematica package by the name 'Polynomial adaptive cellular automata' to get the quasi-normal modes for the particles oscillating in the background of a black hole.
drobnyjt/chebyshev_proxy_rootfinding
Chebyshev-proxy Rootfinding based on J. Boyd (2013 and 2014). This repository is intended for educational use and isn't really a standalone package; however, the implementation may be enlightening for someone wishing to reimplement the CPR algorithm.
ergineeer/numericalAnalysisMethods
Functions for numerical analysis methods - Bisection, False-Position, Newton-Raphson, Secant Method, Brent's Method
Ghenntoggy1/Laboratory-Work-NA-1
Laboratory Work Numerical Analysis nr.1 at TUM. Mainly, this laboratory work was dedicated to Numerical Root Finding Methods, and consists of 5 tasks that I have done.
Ghenntoggy1/Laboratory-Work-NA-3
Laboratory Work Numerical Analysis nr.3 at TUM. Mainly, this laboratory work was dedicated to Numerical Root Finding Methods for Systems of Linear Equations, Eigenvalues and Eigenvectors, Numerical Methods for ODEs, and consists of 3 tasks that I have done.
jadvrodrigues/EquationSolver
General-purpose equation solver (up to the 4th order) which is fast and easy to use. Unit-tested.
kiranmukesh7/Computational-Astrophysics
Semi-automated root finding, Interpolation, Gauss Elimination method, LU Decomposition, Linear Algebra, Numerical Analysis - integration, differentiation, Newton cotes, Monte Carlo, Ordinary Differential Equation (ODE) solver, Curve Fitting, Signal Processing, Convolution, Correlation, Fourier Transform, Search Methods and many more
ryan-fauder/TraceRoot
É um programa implementado na linguagem Python que busca raízes de uma função com os métodos de Newton-Raphson e Bisseção.
w1s3one805/Tweaker
gh repo clone RikkaApps/Shizuku
dimitris1208/Numerical-Analysis-Python
Implementation of mathematical methods using python
flynnyoder/Mech-105
The codes I created for my MECH 105 class
MuhammadAliSyed/root-finding-algorithms
The algorithms for the root-finding methods.
wise-saint/Bisection_Method
Bisection Method to calculate root of a function
ignabelitzky/roots-of-equations
Implementation and usage of numerical root-finding algorithms.
kangwonlee/19eca-hw-01
Engineering Computational Analysis Homework 01
MAHMUDSWE/Numerical-Analysis-Lab
Numerical Analysis Lab Task.
Mehrdadghassabi/Householder-methods
implementing some of the householder's root finding class of methods
merkouris148/numerical-analysis-algorithms
Some numerical analysis algorithms, from scratch, written in Octave
sonyafar/solve-it
Online tool for computing roots using specific starting points, precisions, and numerical methods
super-dainiu/complex-root-finding-and-fractals
Project for DATA130010 Numerical Analysis
YashIITM/Root-Finding-Algorithms
The behaviour of general root-finding algorithms is studied in numerical analysis. How-ever, for polynomials, root-finding study belongs generally to computer algebra, sincealgebraic properties of polynomials are fundamental for the most efficient algorithms. The efficiency of an algorithm may depend dramatically on the characteristics of the given functions. For example, many algorithms use the derivative of the input function,while others work on every continuous function. In general, numerical algorithms are not guaranteed to find all the roots of a function, so failing to find a root does not prove that there is no root. However, for polynomials, there are specific algorithms that use algebraic properties for certifying that no root is missed, and locating the roots in separate intervals(or disks for complex roots) that are small enough to ensure the convergence of numerical methods (typically Newton’s method) to the unique root so located.
Yenniferh/Soluciones
Algorithms of the methods commonly used for solve engineering problems implemented in Matlab.