# Week 1.3

## Numerical Modelling

- [Book theory](https://mude.citg.tudelft.nl/book/2025/numerical_methods/overview.html)
  - [Initial Value Problem for ODE: single-step methods](https://mude.citg.tudelft.nl/book/2025/numerical_methods/6-initial-value-problem-singlestep.html)
  - [Implicit methods for nonlinear ODE](https://mude.citg.tudelft.nl/book/2025/numerical_methods/7-implicit_methods_nonlinear_ode.html)
  - [Multi-step and multi-stage methods](https://mude.citg.tudelft.nl/book/2025/numerical_methods/8-multistep_and_multistage_methods.html)
  - [Boundary-value Problems: second-order ODE](https://mude.citg.tudelft.nl/book/2025/numerical_methods/9-boundary-value-problem.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)
- [Workshop assignment: Beam Me Up](https://tudelft-mude.github.io/workbook-2025/assignments/WS1.3/README.html)
  - [Workshop assignment: Solving an Initial Value Problem](https://mude.citg.tudelft.nl/workbook-2025/assignments/WS1.3/1-solving-initial-value-problems.html)
  - [Workshop assignment Boundary Value Problem:](https://mude.citg.tudelft.nl/workbook-2025/assignments/WS1.3/2-solving-boundary-value-problems.html)
- [Group assignment: Rain,Roots and Runoff](https://mude.citg.tudelft.nl/workbook-2025/assignments/GA1.3/README.html)

<!--

<!---

## 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-2025/assignments/WS1.3/README.html)
- [Group assignment](https://tudelft-mude.github.io/workbook-2025/assignments/GA1.13/README.html)
- Fundamental concepts
  - tbd


-->

## Programming

- VS Live Share
  - [Programming Assignment: VS Code Power Moves](https://mude.citg.tudelft.nl/workbook-2025/assignments/PA1.3/README.html)
    - [VS Live Share](https://mude.citg.tudelft.nl/workbook-2025/assignments/PA1.3/1_VS_share.html)
- VS Intellisense
  - [Programming Assignment: VS Code Power Moves](https://mude.citg.tudelft.nl/workbook-2025/assignments/PA1.3/README.html)
    - [VS IntelliSense](https://mude.citg.tudelft.nl/workbook-2025/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-2025/assignments/PA1.3/README.html)
    - [Matrix Vector Manipulations](https://mude.citg.tudelft.nl/workbook-2025/assignments/PA1.3/3_matrix_vector_manipulations.html)
- Fundermantel programming concepts
  - [Programming Assignment: VS Code Power Moves](https://mude.citg.tudelft.nl/workbook-2025/assignments/PA1.3/README.html)
    - [Modules and numpy](https://mude.citg.tudelft.nl/workbook-2025/assignments/PA1.3/4_python_tutorial.html)
