From 36820d952ca2a6d232cb60a3c8a293bc930a91f2 Mon Sep 17 00:00:00 2001 From: jcaillau <72-jcaillau@users.noreply.022e47118ec0> Date: Wed, 26 Jan 2022 15:14:23 +0000 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7e4c8e4..0ba81ab 100644 --- a/README.md +++ b/README.md @@ -26,14 +26,14 @@ The lecture notebook contains the parts I and II together with some numerical re ## Exercices -* [Exercice 1: Application of the simple shooting method](course/exercices/ex1_application_simple_shooting.ipynb) +* [Exercise 1: Application of the simple shooting method](course/exercices/ex1_application_simple_shooting.ipynb) ([correction](course/corrections/ex1_cor_application_simple_shooting.ipynb)) -* [Exercice 2: Implementing the indirect simple shooting method](course/exercices/ex2_implement_simple_shooting.ipynb) +* [Exercise 2: Implementing the indirect simple shooting method](course/exercices/ex2_implement_simple_shooting.ipynb) ([correction](course/corrections/ex2_cor_implement_simple_shooting.ipynb)) -* [Exercice 3: Introduction to indirect multiple shooting: the Bang-Singular-Bang case on a turnpike problem ](course/exercices/ex3_multiple_shooting_bsb.ipynb) +* [Exercise 3: Introduction to indirect multiple shooting: the Bang-Singular-Bang case on a turnpike problem ](course/exercices/ex3_multiple_shooting_bsb.ipynb) ([correction](course/corrections/ex3_cor_multiple_shooting_bsb.ipynb)) - To do the exercices, please follow the procedure given below. + To do the exercises, please follow the procedure given below. [FAQ](https://optimalcontrol.zulip.beta.cimpa-lms.info/#narrow/stream/285-geometric_methods2) -- GitLab