lutfiandri / numerical-methods-notebook

Materi dari Mata Kuliah Metode Numeris (.ipynb)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kumpulan Rumus Metode Numeris

Please give a star if this helps you :D

Last update: 7 Jun 2021

  • Close Method / Bracketing Method
    • Bisection
    • False Position
  • Open Method
    • Fixed Point Iteration
    • Newton Raphson
    • Secant
    • Modified Secant
  • Penyelesaian secara Langsung
    • Eliminasi Gauss
    • Eliminasi Gauss-Jordan
  • Metode Iterasi
    • Jacobi
    • Gauss-Seidel
  • Regresi Linear
    • y = a + bx
  • Regresi Non-Linear
    • y = ax^b
    • y = ae^(bx)

maap belum rapi

  • Newton Divided Difference (PBH)
    • Orde 1
    • Orde 2
    • Orde 3
    • Orde 4
  • Trapezoidal Rule
  • Simpson's Rule
    • Simpons's 1/3 Rule
    • Simpons's 3/8 Rule
  • Romberg Integration
  • Gauss Quadrature
  • Euler
  • Heun
  • Midpoint
  • Runge-Kutta
    • 2nd order
      • RK12 | Heun with single corrector
      • RK1 | Midpoint
      • RK23 | Ralston
    • RK3 | 3rd order
    • RK4 | 4th order
  • Metode Parabola
    • Eksplisit
    • Implisit
    • Crank-Nicolson

About

Materi dari Mata Kuliah Metode Numeris (.ipynb)

License:MIT License


Languages

Language:Jupyter Notebook 100.0%