From 7383226d0307e78599ca248b3b95b65c49a29a94 Mon Sep 17 00:00:00 2001 From: Olivier Cots Date: Mon, 15 Jul 2024 19:20:14 +0200 Subject: [PATCH] add dependencies --- docs/src/index.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/docs/src/index.md b/docs/src/index.md index 2f9dc41..338237b 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -1,5 +1,7 @@ # Calculus of variations +## Introduction + Let consider $\mathcal{I}$ an open interval of $\mathbb{R}$, $\Omega$ an open set of $\mathbb{R}^n$ and a continuous application @@ -55,4 +57,13 @@ as with a slight abuse of notations since from the optimal control point of view, the cost depends generally on the state $x$ and the control $u$. -You may find an example of such a problem [here](@ref catenoid). \ No newline at end of file +You may find an example of such a problem [here](@ref catenoid). + +## Dependencies + +All the numerical simulations to generate this documentation are performed with the following packages. + +```@example +using Pkg +Pkg.status() +``` \ No newline at end of file