From 86d1368c059ab0f0f053b7f72608dd9508f36905 Mon Sep 17 00:00:00 2001 From: Gregor Decristoforo Date: Tue, 4 Nov 2025 12:31:47 +0100 Subject: [PATCH] Fix typo in introduction.md --- book/src/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/src/introduction.md b/book/src/introduction.md index fda5eb9..95146ef 100644 --- a/book/src/introduction.md +++ b/book/src/introduction.md @@ -13,7 +13,7 @@ allows the user to specify the state vector \\( \mathbf{u} \\) and the RHS funct Optionally, the user can also define the derivative of the state vector \\( \mathrm{d}\mathbf{u}/\mathrm{d}t \\) and the mass matrix \\( M \\) as a function of \\( \mathrm{d}\mathbf{u}/\mathrm{d}t \\) (note that this function should be linear!). -The user is also free to define an an arbitrary number of intermediate +The user is also free to define an arbitrary number of intermediate scalars and vectors of the users that are required to calculate \\( F \\) and \\( M \\). ## A Simple Example