Skip to content

Ramonrune/gauss-jordan-elimination

Repository files navigation

Linear programming - Gauss jordan elimination

Introduction

Gaussian elimination is an algorithm for solving systems of linear equations. It is usually understood as a sequence of operations performed on the corresponding matrix of coefficients. This method can also be used to find the rank of a matrix, to calculate the determinant of a matrix, and to calculate the inverse of an invertible square matrix. Wiki references.

Example

Releases

No releases published

Packages

No packages published

Languages