Giter Site home page Giter Site logo

davxy / numeric Goto Github PK

View Code? Open in Web Editor NEW
3.0 0.0 0.0 108 KB

Numerical Analysis algorithms in Python and Octave

License: The Unlicense

C 1.10% MATLAB 40.71% Python 58.18%
numerical-methods numerical-analysis linear-algebra octave python matlab integration interpolation differentiation factorization

numeric's Introduction

Numerical Analysis

Companion book

Algorithms

Finite Arithmetic

  • Machine precision computation
  • Numerical cancellation example

Equation Roots

  • Bisection method
  • Newton-Raphson method
  • Newton-Raphson with Aitken acceleration
  • Quasi-Newton Chords method
  • Quasi-Newton Secant method

Linear Algebra

  • Reduced Row Echelon Form
  • Diagonal systems
  • Triangular systems
  • LU factorization
  • PA=LU factorization
  • LL' Cholesky factorization

Polynomial Interpolation

  • Lagrange interpolation polynomial
  • Chebyshev nodes
  • Divided differences
  • Lebesgue function and constant grow
  • Runge test
  • Polynomial interpolation application: Toom-3 multiplication
  • Cubic spline

Numerical differentiation

  • Forward Finite differences (FFD)
  • Symmetric differential quotient (SDQ)
  • Condition number experiment: h threshold

Numerical integration

  • Composite trapezoid method
  • Composite Simpson's method
  • Adaptive methods
  • Romberg method

Misc

  • Vandermonde matrix conditioning number graph

Dependencies

Python

Python3 and package manager system-wide installation

$ sudo apt install python3 pip3

Python3 packages installation (user only)

$ pip3 install numpy matplotlib

Octave

All in one octave package installation

$ sudo apt install octave

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.