Skip to content

Commit

Permalink
DifferentialEquations -> OrdinaryDiffEqDefault
Browse files Browse the repository at this point in the history
  • Loading branch information
TorkelE committed Jan 9, 2025
1 parent 2092c4b commit 9921abe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ lower it to a first order system, symbolically generate the Jacobian function
for the numerical integrator, and solve it.

```julia
using DifferentialEquations, ModelingToolkit
using OrdinaryDiffEqDefault, ModelingToolkit
using ModelingToolkit: t_nounits as t, D_nounits as D

@parameters σ ρ β
Expand Down

0 comments on commit 9921abe

Please sign in to comment.