secant-method
There are 98 repositories under secant-method topic.
osveliz/numerical-veliz
Numerical Analysis code from the Oscar Veliz YouTube Channel
ramesaliyev/numerica
Numerical analysis methods implemented in Python.
devkapupara/Numerical-Analysis
A collection of Python programs that helps in Numerical Analysis.
yoelcortes/flexsolve
Flexible function solvers
arasgungore/EE242-projects
Three C++ projects assigned for the Numerical Methods for Electrical Engineering (EE 242) course in the Spring 2021 semester.
divyanshu-talwar/Numerical-Methods
Implementation of well-known numerical methods.
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
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.
HadiElnemr/Numerics-codes
Some Numerical Analysis algorithms implemented in Python.
SanketSarmalkar/Numerical_Methods
C++11 implementation of numerical algorithms described in Numerical Analysis by Richard L. Burden and J. Douglas Faires
Farid-Karimi/Root-Finder
A python program that uses diverse numerical analysis methods to find roots of mathematical functions.
fazrigading/NumericalMethods
A special repository for Numerical Methods course from my uni in April 2022. All of the code written in C++ with five methods included.
stevenktruong/numerical-methods-python
A repository containing implementations of various numerical methods written in Python
ThisIs-Developer/Numerical-Method
A numerical method is an approximate computer method for solving a mathematical problem which often has no analytical solution.
brunograssano/Analisis_Numerico_fiuba
Material y trabajos practicos de Analisis Numerico I - Catedra Sassano
JohnyDeCoder/rootprox
Una calculadora para aproximar raíces de ecuaciones no lineales por el método de bisección, secante o regla falsa.
LuisGMM/numericalmethods
Lots of mathematical numerical methods to ease your life :)
ruiawang/Numerical-Analysis-Algorithms
Implementations of various Algorithms used in Numerical Analysis, from root-finding up to gradient descent and numerically solving PDEs.
LorranSutter/DiscreteMethods
Discrete methods library
pjazdzyk/brent-dekker-solver
Brent Solver: Fast converging iterative root finding math solver based on modified Brent-Dekker algorithm. Finds root for well behaving equations in ~10 iterations.
remullo/Computational-Mathematical-Modeling-Projects-for-Scientific-Approaches
This repository is focused in some mathematical modeling techniques, such as, such as Newton`s root method, Bolzano theorem and false-position algorithm.
riapush/Numerical-Methods
This repository is for saving reports and code for num methods course in SPbPU, 2021-2022
Sowmik23/Numerical-Lab-3-2
Numerical Lab Assignment and Lab practice codes are here.
abhinav-bhardwaj/Numerical-Analysis-Methods
Numerical Analysis Methods Implementation in C++ Language
apurva313/Numerical-Method
Join me in discovering innovative solutions for mathematical challenges. From optimization to simulations, let's journey through the realm of algorithms together.
aydnzn/Numerical-methods-for-electrical-engineers
This repository contains the projects for the "Numerical Methods for Electrical Engineers" course. The projects are implemented in C++ and cover key numerical methods like Gaussian elimination, power iteration algorithm, and secant and bisection methods.
BlackfyreInc/ComplexRootFinder
Several methods for root finding of polynomials (both real and complex roots)
KindlyGentleman/PHYS-quantum-well-1D-infinite-square
This repository contains a program that solves the time-independent Schrödinger equation for an infinite one-dimensional potential well using numerical methods and visualizes the results. It uses the Runge-Kutta method and the Secant method to calculate the energy levels and wave functions of the system.
madejarj/mp_project
This Machine Problem Project encompasses various numerical methods including the Secant Method, Gauss-Jacobi Method, Newton's Interpolation, Simpson's 1/3 Rule, and CDD with Richardson's Extrapolation.
mosquida/cosc110-solution-engine-project
Project for Numerical Computation and Analysis
snowfluke/secant-method
Numeric Method assignment to build a calculator using secant method
tamaskis/Root_Finding_Toolbox-MATLAB
Root-finding methods for both univariate, scalar-valued functions and multivariate, vector-valued functions.