From bf8e0704ed299f892368284efcd5b4b7f0d8c43b Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Caillau Date: Thu, 12 Mar 2026 11:29:18 +0100 Subject: [PATCH] Fix formatting of mathematical expression in markdown --- ext/Descriptions/bryson_denham.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/Descriptions/bryson_denham.md b/ext/Descriptions/bryson_denham.md index a66c5bcf..39a34dec 100644 --- a/ext/Descriptions/bryson_denham.md +++ b/ext/Descriptions/bryson_denham.md @@ -9,7 +9,7 @@ The problem can be stated as ```math $$ \begin{aligned} -\min_{x,u} \quad & J(x,u) = \int_0^1 \frac{1}{2} u^2(t) \,\mathrm{d}t \\ +\min_{x,u} \quad & J(x,u) = \frac{1}{2} \int_0^1 u^2(t) \,\mathrm{d}t \\ \text{s.t.} \quad & \dot{x}_1(t) = x_2(t), \quad \dot{x}_2(t) = u(t), \\ & x_1(0) = 0, \; x_1(1) = 0, \; x_2(0) = 1, \; x_2(1) = -1, \\ & x_1(t) \le a.