- Bisection Method [ C ] [ C++ ] [ C# ] [ Python ] [ Ruby ] [ Go ] [ Haskell ] [ Racket ]
- Newton Method [ C ] [ C++ ] [ C# ] [ Python ] [ Ruby ] [ Go ] [ Haskell ] [ Racket ]
- Maximum Field Form [ C# ] [ Python ] [ Ruby ]
- Secant Method [ C++ ] [ C# ] [ Python ] [ Ruby ] [ Go ] [ Haskell ]
- Regula-Falsi Method [ C# ] [ Python ] [ Ruby ]
- Fixed-Point Method
- Synthetic Division and Newton Method
- Muller Method
- Cramer Method
- Gaussian Elimination Method [ C# ]
- Gaussian-Jordan Method
- LU Decomposition Method [ C# ]
- Determinant with Gaussian-Jordan Method
- Determinant with LU Decomposition Method
- Inverse Matrix with Cramer's Rule [ C# ]
- Inverse Matrix with Gaussian Elimination Method [ C# ]
- Inverse Matrix with LU Decomposition
- Jacobian Transformation
- The QR and QL Algorithms
- Example [ Python ]
- Example
- Example
- Fourier Series Algorithm
- Fourier Sine and Cosine Transformation
- Discrete Fourier Transform
- Fast Fourier Transform
- Lagrange Interpolation Algorithm [ Haskell ] [ Python ]
- Neville Interpolation Algorithm
- Cubic Spline Algorithm [ Haskell ]
- Example
- Example
- Derivative of Sequences
- Point Derivative of Sequences
- Integration of Series
- Integration of Functions
- Average Filter
- Median Filter
- Fourier Transform and Filter Windows
- Savitzky Golay Filter
- Simulation and Curve Fitting
- Spectral Decomposition with Derivative
- Fourier Transform and Spectral Decomposition
- Example [Python]
- Fork it ( https://github.com/ergenekonyigit/Numerical-Analysis-Examples/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
- ergenekonyigit - creator, maintainer