Skip to content

iroghair/nm-slides

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slides for Numerical Methods

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.

Compilation

To compile simply use:

python render.py <filename>

Where the filename does not have to contain the extension.

Example:

python -m render introduction

Completed sections (testing the code and aligning the slides):

  • integration
  • interpolation
  • introduction
  • linear1
  • linear2
  • linear3
  • nonlin
  • numericalerrors
  • ode1
  • ode2
  • optimization
  • pde
  • programming1
  • programming2

Todo (by priority after testing the code)

  1. Make sure the story flows correctly (specially due to modules) ✅ Fix the issue with the table of contents not showing
  2. Correct debugger information in programming2? (Ask ivo about which IDE)
  3. Replace all the matlab generated images (programming2 has wrong 3d image as well)
  4. Add animations to appropriate slides
  5. Place important scripts in a specific folder instead of in text
  6. Make rendering work with old make-file
  7. Fix the progress bar gradient, it looks iffy
  8. What's the notepad-displayed equation in python-versatility.pdf?
  9. Transitions between slides using (*@ @*) seem to have stopped working (e.g. (*@ \pause @*))
  10. Convert references with .format to f-strings

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published