Skip to content

Commit 3e026b9

Browse files
Update 02-advanced_ODE_solving.jmd
1 parent d3d8b79 commit 3e026b9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tutorials/advanced/02-advanced_ODE_solving.jmd

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -504,3 +504,8 @@ plot(sol, xscale=:log10, tspan=(1e-6, 1e5), layout=(3,1))
504504
Note that if your mass matrix is singular, i.e. your system is a DAE, then you
505505
need to make sure you choose
506506
[a solver that is compatible with DAEs](http://docs.juliadiffeq.org/dev/solvers/dae_solve.html#Full-List-of-Methods-1)
507+
508+
```{julia; echo=false; skip="notebook"}
509+
using DiffEqTutorials
510+
DiffEqTutorials.tutorial_footer(WEAVE_ARGS[:folder],WEAVE_ARGS[:file])
511+
```

0 commit comments

Comments
 (0)