A bunch of C code developed during my studies of programming
-
Updated
Jun 27, 2022 - C
FFFF
A bunch of C code developed during my studies of programming
Numerical root-finding in MATLAB using Bisection and Newton's Method with visual performance analysis.
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.
A collection of exercises done at university
A tool for numerical analysis
MATLAB codes relevant to CS374 course
Interactive webpage with several root-finding methods. Just put your equation in the tool and you'll find a graphic and the result of the roots for your equation
Fast numerical methods in computational science
Interactive visualization tool for numerical root-finding methods, allowing users to solve equations and observe iterations and convergence behavior.
Example codes and brief theory for Computational Physics Course at NKUA
Implementation of four algorithms to approximate the roots of continuous functions
A collection of python implementations using SWIG, Instant, F2PY... Optimization like Least Squares Levenberg-Marquardt. Boundary Value problem solvers. Integration Simpson/Trapezoidal. Interpolation like Cubic spline. Tridiagonal/pentadiagonal system of equations solver. Linear algebra like Matrix inversion (Gauss-Jordan) and much more
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.
This collection is dedicated to providing efficient and well-organized implementations of various numerical methods used in scientific computing and engineering.
My completed laboratory assignments in the subject "Computational Mathematics" at NSU.
Root finding software for general third degree polynomials using Newton's method
An experimental polynomial solver that finds nearing values of roots in O(n^2)
LMPEP libary
Add a description, image, and links to the root-finding topic page so that developers can more easily learn about it.
To associate your repository with the root-finding topic, visit your repo's landing page and select "manage topics."