These are the LaTeX source files for my course Numerical Methods (6E5X0), at Eindhoven University of Technology. The course deals with various numerical techniques, highlighting examples and exercises in Matlab. Topics are numerical errors, integration, interpolation, (systems of) (non-)linear equations, ODEs and PDEs, and optimization.
Some initial commits were artificially set to an earlier (reasonable) commit date to allow for some chronological ordering/evolution of these files over the years.
To compile simply use:
python render.py <filename>
Where the filename does not have to contain the extension.
Example:
python -m render introduction
- integration
- interpolation
- introduction
- linear1
- linear2
- linear3
- nonlin
- numericalerrors
- ode1
- ode2
- optimization
- pde
- programming1
- programming2
- Make sure the story flows correctly (specially due to modules) ✅ Fix the issue with the table of contents not showing
- Correct debugger information in programming2? (Ask ivo about which IDE)
- Replace all the matlab generated images (programming2 has wrong 3d image as well)
- Add animations to appropriate slides
- Place important scripts in a specific folder instead of in text
- Make rendering work with old make-file
- Fix the progress bar gradient, it looks iffy
- What's the notepad-displayed equation in python-versatility.pdf?
- Transitions between slides using
(*@ @*)
seem to have stopped working (e.g.(*@ \pause @*)
) - Convert references with
.format
to f-strings