summerschool_simtech_2023/material/3_wed/linalg/slides.qmd

31 lines
965 B
Plaintext
Raw Normal View History

2023-10-11 10:44:18 +02:00
---
2023-10-11 10:44:18 +02:00
---
2023-10-05 21:34:08 +02:00
2023-09-25 10:27:54 +02:00
## 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
2023-10-11 10:49:10 +02:00
The exercise is rendered [as html here](Julia_Matrices_Optimization_JuMP_Stuttgart2023.ipynb) but can also be downloaded {{< downloadthis Julia_Matrices_Optimization_JuMP_Stuttgart2023.ipynb label="Download as ipynb" >}}
Before starting the exercise, please download the files [Manifest.toml](Manifest.toml) and [Project.toml](Project.toml), put the files in the same folder that \*.ipynb file is located.
Start Julia in that directory and run the following commands:
```{julia}
using Pkg; Pkg.activate("."); Pkg.instantiate()
```
Now, you are ready to open the notebook in VSCode or alternatively in the same Julia console that you used for installation. You can run the following commands:
```{julia}
using IJulia; notebook(dir=".")
```