Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 576 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 576 Bytes

Compuational Mathematics: Differential Equation

Description

Variant: 16 (1, 3, 5).

  • Одношаговый Метод Эйлера
  • Одношаговый Метод Рунге-Кутта 4-го порядка
  • Многошаговый Метод Милна

Build & Run

Install Requirements

python3 -m pip install mypy
python3 -m pip install tabulate
python3 -m pip install types-tabulate
python3 -m pip install matplotlib

Reference