Assignment 2 – 02689 Advanced Numerical Algorithms#
Authors: Louis Kamp Eskildsen, Aske Funch Schrøder Nielsen, Philip Korsager Nickel
This documentation serves as an appendix to assignment 2 for DTU course 02689 Advanced Numerical Algorithms.
For the full codebase, please visit the GitHub repository <https://github.com/philipnickel/02689-Advanced-Num>.
Contents#
- Exercise scripts
Gallery of all exercises (A-H) with the scripts used for computing data and figures.
- API Reference
Complete reference for our implementation in the form of the
spectralpackage.
Installation#
The package requires Python 3.12+ and uses uv for dependency management:
curl -LsSf https://astral.sh/uv/install.sh | sh
uv sync