File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
docs/src/mtkitize_tutorials
src/structural_transformation Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ In this tutorial we will look at the pendulum system:
52
52
```
53
53
54
54
As a good DifferentialEquations.jl user, one would follow
55
- [ the mass matrix DAE tutorial] ( https://diffeq.sciml.ai/stable/tutorials/advanced_ode_example/#Handling- Mass-Matrices )
55
+ [ the mass matrix DAE tutorial] ( https://diffeq.sciml.ai/stable/tutorials/dae_example/# Mass-Matrix-Differential-Algebraic-Equations-(DAEs) )
56
56
to arrive at code for simulating the model:
57
57
58
58
``` @example indexred
Original file line number Diff line number Diff line change @@ -496,7 +496,7 @@ ODAEProblem(args...; kw...) = ODAEProblem{true}(args...; kw...)
496
496
497
497
This constructor acts similar to the one for [`ODEProblem`](@ref) with the following changes:
498
498
`ODESystem`s can sometimes be further reduced if `structural_simplify` has
499
- already been applied to them. This is done this constructor.
499
+ already been applied to them.
500
500
In these cases, the constructor uses the knowledge of the strongly connected
501
501
components calculated during the process of simplification as the basis for
502
502
building pre-simplified nonlinear systems in the implicit solving.
You can’t perform that action at this time.
0 commit comments