Skip to content

Commit d2cd1d7

Browse files
Test master, again
1 parent cbe5048 commit d2cd1d7

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
@@ -3,6 +3,7 @@ title: An Intro to DifferentialEquations.jl
33
author: Chris Rackauckas
44
---
55

6+
67
## Basic Introduction Via Ordinary Differential Equations
78

89
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)