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.
2 parents d24a9eb + e310c9b commit 1712ac2Copy full SHA for 1712ac2
docs/src/tutorials/acausal_components.md
@@ -412,8 +412,9 @@ plot(sol)
412
413
However, we can also choose to use the "torn nonlinear system" to remove all
414
of the algebraic variables from the solution of the system. Note that this
415
-requires having done `structural_simplify`. This is done by using `ODAEProblem`
416
-like:
+requires having done `structural_simplify`. MTK can numerically solve all
+the unreduced algebraic equations numerically. This is done by using
417
+`ODAEProblem` like:
418
419
```julia
420
u0 = [
0 commit comments