Skip to content

Commit 16b9f85

Browse files
Test new locations
1 parent 02644f2 commit 16b9f85

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tutorials/introduction/01-ode_introduction.jmd

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

77
## Basic Introduction Via Ordinary Differential Equations
88

9+
910
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.
1011

1112
### Background

0 commit comments

Comments
 (0)