Skip to content

Commit 37df4d4

Browse files
Update 01-ode_introduction.jmd
1 parent a643f9b commit 37df4d4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tutorials/introduction/01-ode_introduction.jmd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ title: An Intro to DifferentialEquations.jl
33
author: Chris Rackauckas
44
---
55

6-
76
## Basic Introduction Via Ordinary Differential Equations
87

98
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.

0 commit comments

Comments
 (0)