Kalkulator wielomianów interpolacyjnych Lagrange'a
Wersja online dostępna jest tutaj: https://mduckdev.github.io/
- node.js (testowano na v16.13.2)
- python3 (testowano na v3.9.6)
git clone https://github.com/mduckdev/Lagrange-interpolation.git
cd Lagrange-interpolation
npm install
npm run build
pip3 install -r requirements.txt
Wykonanie tych komend zainstaluje wszystkie potrzebne zależności.
W głównym katalogu projektu:
flask run
Następnie w przeglądarce pod adresem http://localhost:5000 dostępna będzie aplikacja.
Lagrange interpolation polynomial calculator
Online version is available here: https://mduckdev.github.io/
- node.js (tested on v16.13.2)
- python3 (tested on v3.9.6)
git clone https://github.com/mduckdev/Lagrange-interpolation.git
cd Lagrange-interpolation
npm install
npm run build
pip3 install -r requirements.txt
Proceeding these commands will install all needed dependencies.
In the main directory of this repository run following command:
flask run
The application will be available in web browser at: http://localhost:5000