Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 332 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 332 Bytes

Computational-Practical

Codes from practical labs of computational methods lab 4th year Int. MSc

The codes use the packeges SymPy, numpy and matplotlib You can install these packages by running

python -m pip install sympy
python -m pip install numpy
python -m pip install matplotlib

in terminal