https://github.com/yuzu02/calc-sle
Linear System Of Equations Solver
https://github.com/yuzu02/calc-sle
html-css-javascript tailwindcss
Last synced: 2 months ago
JSON representation
Linear System Of Equations Solver
- Host: GitHub
- URL: https://github.com/yuzu02/calc-sle
- Owner: Yuzu02
- License: mit
- Created: 2024-05-29T20:59:43.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-10T05:46:40.000Z (12 months ago)
- Last Synced: 2025-01-31T22:47:24.802Z (4 months ago)
- Topics: html-css-javascript, tailwindcss
- Language: JavaScript
- Homepage: https://yuzu02.github.io/Calc-SLE/
- Size: 18.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Linear Equations Solver
This project implements a simple web application for solving systems of linear equations.
Technologies
Frontend
- HTML
- CSS (Tailwind CSS)
- JavaScript
Libraries
- React (Planned Migration)
## Usage
To use the linear equations solver:
1. Specify the number of equations in the system.
2. Enter the coefficients and constants for each equation.
3. Click "Resolver" to solve the system.
4. The solutions will be displayed.
## Features
- Supports up to 4 equations in a system.
- Handles simultaneous equations with any number of unknowns.
- Uses Gaussian elimination algorithm to solve systems.
- Displays error messages for invalid/unsolvable systems.
- Supports light and dark themes.
## License
This project is licensed under the MIT License. See LICENSE file for details.
## Contributing
Feel free to submit pull requests or propose features/improvements. Please adhere to the code of conduct when contributing.
This project was created to learn front-end web development techniques and practice solving systems of linear equations. Contributions to improve or expand its capabilities are welcome.