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

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

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)