# Week 1.3


## Numerical Modelling

- [Book theory](https://mude.citg.tudelft.nl/book/2026/numerical_methods/overview.html)
  - [Implicit methods for nonlinear ODE](https://mude.citg.tudelft.nl/book/2026/numerical_methods/3-implicit_methods_nonlinear_ode.html)
  - [Multi-step and multi-stage methods](https://mude.citg.tudelft.nl/book/2026/numerical_methods/4-multistep_and_multistage_methods.html)
  - [Boundary-value Problems: second-order ODE](https://mude.citg.tudelft.nl/book/2026/numerical_methods/5-boundary-value-problem.html)
- [Lecture slides](https://github.com/TUDelft-MUDE/source-files/raw/main/file/slides2026/Lecture_1_3_Numerical_modelling_Part2.pdf)
- [Collegerama recording (TU Delft login required)](https://collegeramavideoportal.tudelft.nl/catalogue/cegm1000/presentation/ebc0f5fca16f4e5499267eacea529f331d?academicYear=2026-2027-cegm1000-25)
- [Workshop assignment: Beam Me Up](https://mude.citg.tudelft.nl/workbook-2026/assignments/WS1.3/README.html)
  - [Part 1: Boundary Value Problem: Euler-Bernoulli Bending Beam](https://mude.citg.tudelft.nl/workbook-2026/assignments/WS1.3/1-bending_beam.html)
  - [Part 2: Solving a non-linear initial-value problem with the implicit Euler scheme](https://mude.citg.tudelft.nl/workbook-2026/assignments/WS1.3/2-particle_tracking.html)
- [Group assignment: Mind Your Step Size!](https://mude.citg.tudelft.nl/workbook-2026/assignments/GA1.3/README.html)
  - [Numerical solution of nonlinear ODE](https://mude.citg.tudelft.nl/workbook-2026/assignments/GA1.3/contaminant_degradation.html)
  - [Report](https://mude.citg.tudelft.nl/workbook-2026/assignments/GA1.3/report.html)

  
<!--
- [Lecture slides](https://github.com/TUDelft-MUDE/source-files/raw/main/file/slides2025/Plenary_lecture_1.3.pdf)
- [Collegerama recording](https://collegeramavideoportal.tudelft.nl/catalogue/cegm1000/presentation/1a49eb7888cf4d95a85e9a43c71ab0c81d?academicYear=2025-2026-cegm1000-25) (TU Delft login required)


<!--

<!---

## Numerical Modelling 2

- [Book theory](./numerical_methods/overview)
  - [](./numerical_methods/5-numerical-integration.ipynb)
  - [](./numerical_methods/6-initial-value-problem-singlestep.ipynb)
  - [](./numerical_methods/7-multistep_and_multistage_methods.ipynb)
  - [](./numerical_methods/8-boundary-value-problem.ipynb)
  - [](./numerical_methods/9-starting_with_PDEs.ipynb)
- Lecture slides
- [Workshop assignment](https://tudelft-mude.github.io/workbook-2026/assignments/WS1.3/README.html)
- [Group assignment](https://tudelft-mude.github.io/workbook-2026/assignments/GA1.13/README.html)
- Fundamental concepts
  - tbd


-->

## Programming

### Visual Studio Code best-practices

- [Programming Assignment: VS Code Power Moves](https://mude.citg.tudelft.nl/workbook-2026/assignments/PA1.3/README.html)
  - [VS Live Share](https://mude.citg.tudelft.nl/workbook-2026/assignments/PA1.3/1_VS_share.html)
  - [VS IntelliSense](https://mude.citg.tudelft.nl/workbook-2026/assignments/PA1.3/2_IntelliSense.html)

### Programming preparations for workshop and group assignments
- [Programming Assignment: VS Code Power Moves](https://mude.citg.tudelft.nl/workbook-2026/assignments/PA1.3/README.html)tml)
  - [Matrix Vector Manipulations](https://mude.citg.tudelft.nl/workbook-2026/assignments/PA1.3/3_matrix_vector_manipulations.html)

### Fundamental programming concepts
- [Programming Assignment: VS Code Power Moves](https://mude.citg.tudelft.nl/workbook-2026/assignments/PA1.3/README.html)
  - [Modules and numpy](https://mude.citg.tudelft.nl/workbook-2026/assignments/PA1.3/4_python_tutorial.html)
