https://github.com/khip01/gauss_linear_algebra
A tool to calculate/find the value of a variable from several equations (+/-) using the Gauss method
https://github.com/khip01/gauss_linear_algebra
dart gauss-elimination gauss-jordan gauss-method tool
Last synced: about 1 year ago
JSON representation
A tool to calculate/find the value of a variable from several equations (+/-) using the Gauss method
- Host: GitHub
- URL: https://github.com/khip01/gauss_linear_algebra
- Owner: Khip01
- Created: 2024-02-28T03:04:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-15T12:27:41.000Z (almost 2 years ago)
- Last Synced: 2024-09-15T14:02:27.923Z (almost 2 years ago)
- Topics: dart, gauss-elimination, gauss-jordan, gauss-method, tool
- Language: Dart
- Homepage:
- Size: 37.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Aljabar_Linier_Gauss

A simple tool to calculate/find the value of a variable from several equations using the Gauss method.
## Requirements
- Dart: v3.4.4 or above.
> [!NOTE]
> or maybe you can try it in another version that supports dart null safety
## Instruction
### Run the program
To use the program, you just have to perform the command \
`dart run .dart`
in your terminal/console/cmd.
for example: \
`dart run gauss_gauss.dart`
### Logging (optional) *\*gauss_gauss and gauss_jordan only*
The program will output some log texts of the operations that have been performed.
Logging - Screenshoot

To enable logging you must supply arguments when running the.dart file such as, \
`dart run .dart -log`
for example: \
`dart run gauss_jordan.dart -log`