Skip to content

Commit 1d1b403

Browse files
authored
bump to get past coppermind
1 parent d5b79e7 commit 1d1b403

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/introduction/01-ode_introduction.jmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ author: Chris Rackauckas
66

77
## Basic Introduction Via Ordinary Differential Equations
88

9-
109
This notebook will get you started with DifferentialEquations.jl by introducing you to the functionality for solving ordinary differential equations (ODEs). The corresponding documentation page is the [ODE tutorial](https://docs.sciml.ai/dev/tutorials/ode_example/). While some of the syntax may be different for other types of equations, the same general principles hold in each case. Our goal is to give a gentle and thorough introduction that highlights these principles in a way that will help you generalize what you have learned.
1110

1211
### Background
@@ -346,3 +345,4 @@ These are the basic controls in DifferentialEquations.jl. All equations are defi
346345
using SciMLTutorials
347346
SciMLTutorials.tutorial_footer(WEAVE_ARGS[:folder],WEAVE_ARGS[:file])
348347
```
348+

0 commit comments

Comments
 (0)