added Szufel material

This commit is contained in:
behinger (s-ccs 001) 2023-09-25 08:27:54 +00:00
parent 25c1ba091a
commit 357d1a8b79
8 changed files with 16 additions and 2 deletions

View File

@ -63,7 +63,7 @@ website:
text: "📝 1 - Docs"
- href: material/3_wed/vis/slides.jl
text: "📝 2 - Visualizations"
- href: material/3_wed/linearalgebra/missing.qmd
- href: material/3_wed/linalg/slides.qmd
text: "📝 3 - LinearAlgebra"
- href: material/3_wed/regression/missing.jl
text: "📝 4 - Multiple Regression"
@ -74,7 +74,7 @@ website:
text: "📝 1 - Simulation"
- href: material/4_thu/stats/missing.jl
text: "📝 2 - Stats"
- href: material/4_thu/parallel/missing.qmd
- href: material/4_thu/parallel/slides.qmd
text: "📝 3 - Parallelization"
- section: "Friday"
contents:

View File

@ -0,0 +1,7 @@
## Slides
The slides are available [in pptx format here](Julia_Matrices_Optimization_JuMP_Stuttgart2023.pptx). Note that there are a few extra slides in case you are motivated to learn more!
## Exercise
The exercise is available [as a jupyter-notebook here](Julia_Matrices_Optimization_JuMP_Stuttgart2023.ipynb).

View File

@ -0,0 +1,7 @@
## Slides
The slides are available [in pptx format here](Julia_Parallel_Distributed_2023_Stuttgart.pptx). Note that there are a few extra slides in case you are motivated to learn more!
## Exercise
The exercise is available [as a jupyter-notebook here](Julia_Parallel_Distributed_2023_Stuttgart.ipynb).