Skip to content

Commit 3bfd64e

Browse files
Typo, slight rephrase
1 parent 8aacdd4 commit 3bfd64e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/src/examples/higher_order.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ ModelingToolkit has a system for transformations of mathematical
44
systems. These transformations allow for symbolically changing
55
the representation of the model to problems that are easier to
66
numerically solve. One simple to demonstrate transformation is the
7-
`structural_simplify` with does a lot of tricks, one being the
8-
transformation that sends a Nth order ODE
9-
to a 1st order ODE.
7+
`structural_simplify`, which does a lot of tricks, one being the
8+
transformation that turns an Nth order ODE into N
9+
coupled 1st order ODEs.
1010

1111
To see this, let's define a second order riff on the Lorenz equations.
1212
We utilize the derivative operator twice here to define the second order:

0 commit comments

Comments
 (0)