Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 579 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 579 Bytes

numeric-methods-labs

Lab 1 - Task

Find the determinant of the matrix using the Gaussian method with a selection of the main element throughout the matrix.

Lab 2 - Task

Secant method, x є [-2, 3]

F(x) = exp(-x) - x, f'(x) = -1 - exp(-x)

Lab 3 - Task

Newton's method (rotation of the matrix using the Gaussian method with selection of the main element throughout the matrix)

Lab 4 - Task

Trapezium method

F= -sqrt(1 - x ** 2) + arcsin(x)

Lab 5 - Task

Euler's Explicit Method

Lab 6 - Task

Euler's implicit method for a system of differential equations