We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8aacdd4 commit 3bfd64eCopy full SHA for 3bfd64e
docs/src/examples/higher_order.md
@@ -4,9 +4,9 @@ ModelingToolkit has a system for transformations of mathematical
4
systems. These transformations allow for symbolically changing
5
the representation of the model to problems that are easier to
6
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.
+`structural_simplify`, which does a lot of tricks, one being the
+transformation that turns an Nth order ODE into N
+coupled 1st order ODEs.
10
11
To see this, let's define a second order riff on the Lorenz equations.
12
We utilize the derivative operator twice here to define the second order:
0 commit comments