diff --git a/solutions/README.md b/solutions/README.md new file mode 100644 index 0000000..b592376 --- /dev/null +++ b/solutions/README.md @@ -0,0 +1,6 @@ +These are the solutions to the various exercises in the notebook +as plain julia scripts or as Jupyter notebooks. Please first try +to do the exercises by yourself before looking up the solutions here. + +Each file name starts with the same number as the corresponding notebook +and the respective exercise number it solves.