From 408ea0c3c298228983e48c33f347903453f4ad73 Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Tue, 5 Nov 2024 21:15:20 -0100 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ab78d73..5e92a47 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ functionality should check out [DifferentialEquations.jl](https://github.com/Sci DelayDiffEq.jl is part of the JuliaDiffEq common interface, but can be used independently of DifferentialEquations.jl. The only requirement is that the user passes a DelayDiffEq.jl algorithm to `solve`. For example, we can solve the [DDE tutorial from the documentation](https://diffeq.sciml.ai/stable/tutorials/dde_example/) using the `MethodOfSteps(Tsit5())` algorithm: + ```julia using DelayDiffEq const p0 = 0.2; const q0 = 0.3; const v0 = 1; const d0 = 5