heiung2001 / Numerical-Method

some mini projects in numerical method course

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Numerical Method

This repo contains some mini project in Numerical method course.

Interpolation Methods

  1. Lagrange
  2. Newton
  3. Gauss
  4. Stirling
  5. Bessel

Application of interpolation to approximate derivative and integral

  1. Simpson
  2. Trapezoid
  3. Newton - Cotes

Methods to find root of IVPs

  1. Picard
  2. Euler (forward, backward)
  3. Runge - Kutta (1, 2, 3, 4 order)
  4. Adam - Bashforth - Moulton

Some other problems

  1. Spline function
  2. Least square method

About

some mini projects in numerical method course


Languages

Language:Jupyter Notebook 93.3%Language:C# 5.1%Language:Python 1.5%