How to run code from this repo: In your terminal, go to the place you wish to have this code. Then run the following commands (works for windows, maybe needs smaller changes for MacOS/Linux):
git clone https://github.com/rfvcft/matmod-fk.git (clone the repo)
cd matmod-fk (go into the right directory)
python -m venv .\venv (create a venv)
.\venv\Scripts\activate (activate the venv)
pip install matplotlib (install the neccesary libraries)
pip install numpy
python .\model1.py (run the code)