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 3b63f82 commit 9c1bed9Copy full SHA for 9c1bed9
docs/src/examples/modelingtoolkitize_index_reduction.md
@@ -56,7 +56,7 @@ Specifically, for a pendulum with unit mass and length $L$, which thus has
56
kinetic energy $\frac{1}{2}(v_x^2 + v_y^2)$,
57
potential energy $gy$,
58
and holonomic constraint $x^2 + y^2 - L^2 = 0$.
59
-The Lagrange multiplier related to this constraint is equal to half of $T$,
+The Lagrange multiplier related to this constraint is equal to half of $T$,
60
and represents the tension in the rope of the pendulum.
61
62
As a good DifferentialEquations.jl user, one would follow
0 commit comments