This repo contains all homeworks from "Methods of Computation" course.
Below are listed all tasks with links and descriptions.
24.09.19 — 05.11.19
24.09.19
-
Newton interpolation polynomial (Book 1, p. 28, ex. 2.3).
01.10.19
-
Lagrange interpolation polynomial (Book 1, p. 30, ex. 2.5).
08.10.19
-
Derivative approximation (Book 1, p. 43, ex. 5.4).
15.10.19
-
Integral approximation (Book 1, p. 52, ex. 6.8). Test function with polynomials with power of 2 and 4, test on some random function.
22.10.19
-
Gauss type formulas (Book 1, p. 57, ex. 7.4).
29.10.19
-
Cauchy task solution (Book 1, p. 69, ex. 8.6).
05.11.19
-
Approximate non linear equations calculation (Book 1, p. 12, ex. 1).
19.02.20 — 27.05.20
19.02.20
-
Solve linear systems using straightforward methods (Book 1, p. 94, ex. 11.5).
26.02.20
-
Solve linear systems using iterations methods (Book 1, p. 102, ex. 12.7).
11.03.20
-
Find eigenvalue and eigenvectors (Book 1, p. 118, ex. 13.8).
25.03.20
-
Fredholm integral equation of the second kind using mechanical quadrature method (Book 2, p. 38, ex. 4.2.2).
15.04.20
-
Finite difference method for boundary value problem (Book 2, p. 10, ex. 1.5).
22.04.20
-
Finite difference method for parabolic partial differential equation (Book 2, p. 46, ex. 5.5). Made a theory report instead of writing code.