From fdf8c0fe3c59663a6beb8f8666c800f5280db9db Mon Sep 17 00:00:00 2001 From: Olivier Cots <olivier.cots@enseeiht.fr> Date: Wed, 31 Mar 2021 10:57:55 +0200 Subject: [PATCH] 0.01 -> 0.002 --- course/corrections/ex3_cor_multiple_shooting_bsb.ipynb | 2 +- course/exercices/ex3_multiple_shooting_bsb.ipynb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/course/corrections/ex3_cor_multiple_shooting_bsb.ipynb b/course/corrections/ex3_cor_multiple_shooting_bsb.ipynb index 1247bdc..d2bafcf 100644 --- a/course/corrections/ex3_cor_multiple_shooting_bsb.ipynb +++ b/course/corrections/ex3_cor_multiple_shooting_bsb.ipynb @@ -320,7 +320,7 @@ "\n", "**Procedure**\n", "\n", - "First solve $S=0$ for $(\\varepsilon, t_f) = (1,1)$ then decrease $\\varepsilon$ to $0.01$, and finish by increasing $t_f$ to 2.\n", + "First solve $S=0$ for $(\\varepsilon, t_f) = (1,1)$ then decrease $\\varepsilon$ to $0.002$, and finish by increasing $t_f$ to 2.\n", " \n", "</div>" ] diff --git a/course/exercices/ex3_multiple_shooting_bsb.ipynb b/course/exercices/ex3_multiple_shooting_bsb.ipynb index 4f67b77..befef02 100644 --- a/course/exercices/ex3_multiple_shooting_bsb.ipynb +++ b/course/exercices/ex3_multiple_shooting_bsb.ipynb @@ -317,7 +317,7 @@ "\n", "**Procedure**\n", "\n", - "First solve $S=0$ for $(\\varepsilon, t_f) = (1,1)$ then decrease $\\varepsilon$ to $0.01$, and finish by increasing $t_f$ to 2.\n", + "First solve $S=0$ for $(\\varepsilon, t_f) = (1,1)$ then decrease $\\varepsilon$ to $0.002$, and finish by increasing $t_f$ to 2.\n", " \n", "</div>" ] -- GitLab