Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion book/src/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading