- Mètodes Numerics I (360146 MNI) - Universitat de Barcelona
- Differential Equations: Modelling & Numerics (MA261 ODEs) - University of Warwick
- Mètodes Numèrics II (360147 MNII) - Universitat de Barcelona
- MATLAB Cody (Cody)
- Other
Command-line compilation commands for Linux (and therefore macOS)
python3 file.py
gcc -c -ansi -Wall file.c
gcc file.o -o file.exe -lm
./file.exe