/Methods-of-Computation

Repository with methods of computation homework

Primary LanguagePythonThe UnlicenseUnlicense

Methods of computation (Numerical analysis)

Repository with methods of computation homework.

Homework

  1. Numerical methods for solving nonlinear equations.
  2. The problem of algebraic interpolation. Interpolation polynomial in Newton form and Lagrange form.
  3. The inverse interpolation problem and Finding derivatives of a table-defined function using numerical differentiation formulas.
  4. Comparison of theoretical and actual error of quadrature formulas, Approximate calculation of an integral using quadrature formulas and Runge Rule.
  5. Approximate calculation of an integral using Gauss and Mehler quadrature formulas.
  6. Approximate calculation of an integral using a compound Gaussian quadrature formula and a Gaussian-type quadrature formula.