Skip to content

Latest commit

 

History

History
70 lines (45 loc) · 1.12 KB

README.md

File metadata and controls

70 lines (45 loc) · 1.12 KB

University Labs

Main types of sorting

  • Bubble sort
  • Simple sort
  • Shaker sort
  • Comb sort

Various integration methods

  • Method right rectangle
  • Method left rectangle
  • Method middle rectangle
  • Method trapeze
  • Method Simpson
  • Method Gauss-Quadrature

Various differential methods

  • Euler's Method
  • Modified Euler's method
  • Improved Euler's method
  • Runge Kutta's method (with 6 coefficients)

Various methods of system of linear equations

  • Gauss method
  • Gauss-Seidel method
  • Kramer method

Different approximates methods

  • Least squares method
  • Method linear regression

Computational technique that utilizes random sampling to approximate solutions to mathematical problems or simulate complex systems.


Various optimisation methods

  • Golden section method
  • Polyline method
  • Tangents method
  • Newton method
  • Dichotomy method