Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lukasondrejka/java-gauss-jordan
- Owner: lukasondrejka
- Created: 2023-02-13T17:03:55.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T12:43:15.000Z (almost 2 years ago)
- Last Synced: 2023-07-22T09:31:07.044Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.