Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lukasondrejka/java-gauss-jordan

Implementation of the Gauss Jordan Elimination in Java
https://github.com/lukasondrejka/java-gauss-jordan

Last synced: about 2 months ago
JSON representation

Implementation of the Gauss Jordan Elimination in Java

Awesome Lists containing this project

README

        

# java-gauss-jordan

[![badge](https://user-images.githubusercontent.com/20649778/218527080-b0fd133c-9622-4bc6-8e7b-78cddda9b232.svg)](https://github.com/lukasondrejka/java-gauss-jordan/actions/workflows/maven.yml)

Simple implementation of the Gauss Jordan Elimination algorithm in Java. The algorithm is used to solve linear equations.

Implementation is tested with JUnit 5.