Skip to content

Latest commit

 

History

History
28 lines (27 loc) · 912 Bytes

README.md

File metadata and controls

28 lines (27 loc) · 912 Bytes

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 :