Giter Site home page Giter Site logo

jack810914 / numerical-analysis-examples Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ergenekonyigit/numerical-analysis-examples

0.0 1.0 0.0 1.17 MB

Numerical Analysis Implementations in Various Languages

License: MIT License

C# 33.30% Python 28.56% Go 4.74% Haskell 9.68% Racket 0.88% C++ 1.92% Makefile 0.58% C 13.26% Ruby 2.52% Java 4.58%

numerical-analysis-examples's Introduction

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

numerical-analysis-examples's People

Contributors

ergenekonyigit avatar lacriment avatar lxasqjc avatar nifex007 avatar davidnkraemer avatar jgraydus avatar sjjohns avatar gabrielrodriguesrocha avatar cabreraalex avatar techcentaur avatar chessai avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.