Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion html/ode_extras/01-ModelingToolkit.html

Large diffs are not rendered by default.

376 changes: 315 additions & 61 deletions html/ode_extras/02-feagin.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions markdown/ode_extras/01-ModelingToolkit.md
Original file line number Diff line number Diff line change
Expand Up @@ -818,6 +818,7 @@ Package Information:
```
Status `/builds/JuliaGPU/DiffEqTutorials.jl/tutorials/ode_extras/Project.toml`
[f3b72e0c-5b89-59e1-b016-84e28bfd966d] DiffEqDevTools 2.22.0
[0c46a032-eb83-5123-abaf-570d42b7fbaa] DifferentialEquations 6.14.0
[961ee093-0014-501f-94e3-6117800e7a78] ModelingToolkit 3.11.0
[76087f3c-5699-56af-9a33-bf431cd00edd] NLopt 0.6.0
[2774e3e8-f4cf-5e23-947b-6d7e65073b56] NLsolve 4.4.0
Expand Down
356 changes: 304 additions & 52 deletions markdown/ode_extras/02-feagin.md

Large diffs are not rendered by default.

Binary file added markdown/ode_extras/figures/02-feagin_6_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified pdf/ode_extras/01-ModelingToolkit.pdf
Binary file not shown.
Binary file modified pdf/ode_extras/02-feagin.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion tutorials/ode_extras/Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[deps]
DifferentialEquations = "0c46a032-eb83-5123-abaf-570d42b7fbaa"
DiffEqDevTools = "f3b72e0c-5b89-59e1-b016-84e28bfd966d"
DifferentialEquations = "0c46a032-eb83-5123-abaf-570d42b7fbaa"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
ModelingToolkit = "961ee093-0014-501f-94e3-6117800e7a78"
NLopt = "76087f3c-5699-56af-9a33-bf431cd00edd"
Expand Down