Skip to content

isilberfin/Numerical-Analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lecture Curriculum

Error Types:

  • Absolute error
  • Relative Error

Solutions of equations in one variable

  • Bisection
  • Regula Falsi
  • Fixed point iteration
  • Newton Raphson
  • Secant

Interpolation and polynomial Approximation

  • Langrange interpolation method
  • Divided differences
  • Forward differences
  • Backward differences, inverse interpolation

Solutions to linear equation systems by LU factorization method

Numerical Integration

  • Trapezoidal rule
  • Simpson’s method
  • Romberg interpolation method

Approximation theory

  • Discrete least squares method
  • Continuous least squares method

Repository created with the help of lecture documents and :