numerical-analysis topic

List numerical-analysis repositories

dfols

37
Stars
14
Forks
Watchers

Python-based Derivative-Free Optimizer for Least-Squares

PyCannyEdge

31
Stars
9
Forks
Watchers

Educational Python implementation of the Canny Edge Detector

MatlabSamples

101
Stars
30
Forks
Watchers

:monocle_face: Matlab Samples :alien: keep updating

mattflow

26
Stars
6
Forks
Watchers

A numerical CFD solver for the Shallow Water Equations

NewtonFractal

26
Stars
6
Forks
Watchers

Qt application to visualize newton fractals

fast-math

31
Stars
7
Forks
Watchers

Fast, approximate versions of mathematical functions

inteq

31
Stars
3
Forks
Watchers

Solve various integral equations using numerical methods in Python

numerical-methods-matlab

30
Stars
13
Forks
Watchers

Numerical methods implementation in MATLAB.

numerical-methods

43
Stars
11
Forks
Watchers

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