From 1dfd26ff064dbbb9a3a8cf6cee771a32be22c9ba Mon Sep 17 00:00:00 2001 From: Olivier Cots <61-ocots@users.noreply.022e47118ec0> Date: Thu, 21 Oct 2021 15:26:12 +0000 Subject: [PATCH] Update README.md --- README.md | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 136fe79..5d15847 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,20 @@ # Tutoriels -Vous pouvez suivre le tutoriel Matlab en ligne en cliquant sur le lien suivant : +Vous pouvez suivre les tutoriels `Matlab` et `Julia` en ligne en cliquant sur le lien suivant : [lien](https://mybinder.org/v2/git/https%3A%2F%2Fgitlab.irit.fr%2Ftoc%2Fmathn7%2Ftutoriels%2Fenvironnements/master?urlpath=lab/tree/tutoriels). -Ouvrez ensuite le fichier `matlab.ipynb` et sélectionnez le noyau `Octave` si demandé. +## Matlab + +Ouvrir le fichier `matlab.ipynb` dans le répertoire `matlab` et suivre les instructions. + +## Julia + +Le répertoire `julia` contient : + +* `notebook_Julia.pdf` : un pdf d'introduction à `Julia`, +* `intro-julia.ipynb` : un notebook d'introduction à `Julia`, +* `ode-exemple-sol.ipynb` : une introduction à l'intégration numérique avec `Julia`. + + + + -- GitLab