All Projects → ergenekonyigit → Numerical Analysis Examples

ergenekonyigit / Numerical Analysis Examples

Licence: mit
Numerical Analysis Implementations in Various Languages

Projects that are alternatives of or similar to Numerical Analysis Examples

instantsearch-android-examples
Example apps built with algolia/instantsearch-android
Stars: ✭ 60 (-81.71%)
Mutual labels:  examples
Jdk9 Jigsaw
Examples and exercises based on some of the features of jigsaw in JDK9/Jigsaw (Early Access builds)
Stars: ✭ 275 (-16.16%)
Mutual labels:  examples
Stats
A C++ header-only library of statistical distribution functions.
Stars: ✭ 292 (-10.98%)
Mutual labels:  numerical-methods
examples
Repository of RobotPy example projects
Stars: ✭ 25 (-92.38%)
Mutual labels:  examples
Coroutine
C++ 20 Coroutines in Action (Helpers + Test Code Examples)
Stars: ✭ 262 (-20.12%)
Mutual labels:  examples
Pybind11 examples
Examples for the usage of "pybind11"
Stars: ✭ 280 (-14.63%)
Mutual labels:  examples
kafka-streams-scala-examples
No description or website provided.
Stars: ✭ 16 (-95.12%)
Mutual labels:  examples
Scipy Cookbook
Scipy Cookbook
Stars: ✭ 326 (-0.61%)
Mutual labels:  examples
Gophernotes
The Go kernel for Jupyter notebooks and nteract.
Stars: ✭ 3,100 (+845.12%)
Mutual labels:  numerical-methods
Telegram.bot.examples
Examples for the Telegram.Bot C# Library
Stars: ✭ 290 (-11.59%)
Mutual labels:  examples
Examples Win32
Shows how to use Win32 controls by programming code (c++17).
Stars: ✭ 22 (-93.29%)
Mutual labels:  examples
Vaporschool
Learn how to build vapor applications from rookie to champion in a constructive way!
Stars: ✭ 259 (-21.04%)
Mutual labels:  examples
Terragrunt Infrastructure Live Example
A repo used to show examples file/folder structures you can use with Terragrunt and Terraform
Stars: ✭ 286 (-12.8%)
Mutual labels:  examples
Computing-in-CEE
Computing in Civil and Environmental Engineering
Stars: ✭ 33 (-89.94%)
Mutual labels:  numerical-methods
Vertx Examples
Vert.x examples
Stars: ✭ 3,202 (+876.22%)
Mutual labels:  examples
qnm
Python package for computing Kerr quasinormal mode frequencies, separation constants, and spherical-spheroidal mixing coefficients
Stars: ✭ 21 (-93.6%)
Mutual labels:  numerical-methods
Examples
Many examples of Raku code
Stars: ✭ 276 (-15.85%)
Mutual labels:  examples
Maixpy scripts
micropython scripts for MaixPy
Stars: ✭ 326 (-0.61%)
Mutual labels:  examples
Mpi4py Examples
mpi4py examples
Stars: ✭ 308 (-6.1%)
Mutual labels:  examples
Examples
Example Revel Applications
Stars: ✭ 290 (-11.59%)
Mutual labels:  examples

Numerical Analysis Examples

cover

Note: You can implement in any language for contribute.

1 Equation Solutions

1.1 Iteration Methods

2 Polynomials and Roots

2.1 Polynomial Roots

  • Synthetic Division and Newton Method
  • Muller Method

3 Linear Equations

3.1 Numerical Solutions of Equations

  • Cramer Method
  • Gaussian Elimination Method [ C# ]
  • Gaussian-Jordan Method
  • LU Decomposition Method [ C# ]

4 Matrix Operations

4.1 Basic Matrix Operations

  • Addition, Subtraction, Multiplication, Transpose, Determinant [ C# ] [ Go ]

4.2 Determinant

  • Determinant with Gaussian-Jordan Method
  • Determinant with LU Decomposition Method

4.3 Matrix Inversion

  • Inverse Matrix with Cramer's Rule [ C# ]
  • Inverse Matrix with Gaussian Elimination Method [ C# ]
  • Inverse Matrix with LU Decomposition

5 Eigenvalues and Eigenvectors

5.1 Finding Eigenvalues Methods

  • Jacobian Transformation
  • The QR and QL Algorithms

6 Linear Curve Fitting

6.1 Least Squares Method

6.2 Polynomial Fitting

  • Example

7 Nonlinear Curve Fitting

7.1 Algorithm

  • Example

8 Fourier Series and Fourier Transform

8.1 Fourier Series

  • Fourier Series Algorithm

8.2 Fourier Transform

  • Fourier Sine and Cosine Transformation

8.3 Numerical Fourier Transform

  • Discrete Fourier Transform
  • Fast Fourier Transform

9 Interpolation

9.1 Lagrange Polynomial Interpolation

9.2 Cubic Spline Interpolation

9.3 Trigonometric Interpolation

  • Example

9.4 Extrapolation

  • Example

10 Derivative and Integral

10.1 Derivative

  • Derivative of Sequences
  • Point Derivative of Sequences

10.2 Numerical Integral

  • Integration of Series
  • Integration of Functions

11 Data Processing

11.1 Data Arrays and Digital Filters

  • Average Filter
  • Median Filter
  • Fourier Transform and Filter Windows
  • Savitzky Golay Filter

11.2 Spectral Decomposition

  • Simulation and Curve Fitting
  • Spectral Decomposition with Derivative
  • Fourier Transform and Spectral Decomposition

12 Polynomial Calculus

Contributing

  1. Fork it ( https://github.com/ergenekonyigit/Numerical-Analysis-Examples/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].