numerical-methods
Numerical solver
A collection of algorithms and techniques for solving mathematical problems numerically.
Methods in numerical analysis. Includes: Lagrange interpolation, Chebyshev polynomials for optimal node spacing, iterative techniques to solve linear systems (Gauss-Seidel, Jacobi, SOR), SVD, PCA, and more.
44 stars
3 watching
11 forks
Language: Matlab
last commit: over 6 years ago
Linked from 1 awesome list
algorithmschebyshev-polynomialsdecompositiongauss-seideljacobilagrange-interpolationmathematicsmatlabnumerical-analysisnumerical-methodssor
Related projects:
Repository | Description | Stars |
---|---|---|
m-a-d-n-e-s-s/madness | A high-performance numerical environment for solving complex equations in many dimensions using adaptive methods. | 182 |
ocramz/sparse-linear-algebra | Provides a platform for scientific computation in Haskell with focus on linear algebra and numerical analysis | 89 |
cpmech/russell | A comprehensive library of numerical and mathematical functions for high-performance computations in various fields. | 118 |
miniufo/xinvert | A Python library for numerically solving elliptic partial differential equations using the SOR iteration method. | 44 |
stefanengblom/stenglib | A collection of Matlab libraries for efficient and flexible numerical computations. | 57 |
shuai-xie/genetic-algorithm | A Matlab implementation of a genetic algorithm to find optimal solutions to optimization problems | 421 |
yooongchun/matlabcourse | A repository of Matlab code resources and examples for a university's numerical methods course | 68 |
biomedical-imaging-group/globalbioim | A Matlab framework for solving inverse problems in computational imaging | 80 |
dalmatinerdb/mmath | Provides functions to perform mathematical operations on numerical arrays in binaries. | 4 |
clarkzinzow/nonlinear-optimization-algorithms | MATLAB implementations of various nonlinear programming algorithms for optimization and minimization tasks | 166 |
pawbz/geophyinv.jl | Provides tools for solving geophysical models and inverse problems using computational methods | 30 |
mathnet/mathnet-numerics | A comprehensive numerical library for .NET and Mono, providing algorithms and data structures for various mathematical tasks. | 3,523 |
lanl/scico | A software package for solving inverse problems in scientific imaging applications. | 107 |
ryandougherty/introduction-to-the-theory-of-computation-solutions | Solutions to a theoretical computer science textbook, compiled from LaTeX files. | 350 |
jbramburger/data-science-methods | Provides lecture notes and MATLAB code for data science methods | 49 |