https://github.com/kamalsaleh/la1-algorithms
A flask application to perform some linear algebra algorithms
https://github.com/kamalsaleh/la1-algorithms
flask-application linear-algebra linear-system-solver row-echelon-form
Last synced: about 1 year ago
JSON representation
A flask application to perform some linear algebra algorithms
- Host: GitHub
- URL: https://github.com/kamalsaleh/la1-algorithms
- Owner: kamalsaleh
- License: gpl-2.0
- Created: 2024-11-25T19:55:57.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-19T14:50:02.000Z (over 1 year ago)
- Last Synced: 2025-02-17T06:42:07.847Z (over 1 year ago)
- Topics: flask-application, linear-algebra, linear-system-solver, row-echelon-form
- Language: Python
- Homepage: https://linear-algebra-siegen-ws2024-fnfagwhbcsb8b0ck.germanywestcentral-01.azurewebsites.net/
- Size: 717 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Algorithms to LA 1
This is the Flask application to perform some of the algorithms introduced in the lecture notes of Linear algebra 1.
- The application can be accessed online at: [Here](https://linear-algebra-siegen-ws2024-fnfagwhbcsb8b0ck.germanywestcentral-01.azurewebsites.net)
- If you want to use it on a local linux machine use [git](https://git-scm.com/downloads) to clone the repository then execute `./run-app` then navigate in your brower to [http://localhost:5001](http://localhost:5001)