Sergiy (SergiyYermak)

SergiyYermak

Geek Repo

Location:Norfolk, VA

Github PK Tool:Github PK Tool

Sergiy's repositories

vscode-remote-try-go

Go sample project for trying out Dev Containers

License:MITStargazers:0Issues:0Issues:0
Language:JavaStargazers:0Issues:0Issues:0
Language:C++Stargazers:0Issues:0Issues:0
Stargazers:0Issues:0Issues:0

Jacobi_Method

In numerical linear algebra, the Jacobi method is an iterative algorithm for determining the solutions of a strictly diagonally dominant system of linear equations. Each diagonal element is solved for, and an approximate value is plugged in. The process is then iterated until it converges.

Language:C++Stargazers:0Issues:0Issues:0

Gaussian_Elimination

In mathematics, Gaussian elimination, also known as row reduction, is an algorithm for solving systems of linear equations. It consists of a sequence of operations performed on the corresponding matrix of coefficients.

Language:C++Stargazers:0Issues:0Issues:0

Gauss_Seidel

In numerical linear algebra, the Gauss–Seidel method, also known as the Liebmann method or the method of successive displacement, is an iterative method used to solve a system of linear equations.

Language:C++Stargazers:0Issues:0Issues:0

Digital_Image_Processing_Program

An application that implements fundamental concepts and methodologies applicable to digital image processing.

Language:C++Stargazers:0Issues:0Issues:0