some typos.

This commit is contained in:
Fang Liu
2025-06-14 09:27:53 +08:00
parent e7684ac2f7
commit 95429d26f9
2 changed files with 5 additions and 5 deletions

View File

@@ -409,7 +409,7 @@ p = [γ => 0.0,
prob = ODEProblem(sys, u0, TSPAN, p, jac=true)
sol = solve(prob,Tsit5())
plot(t -> sol(t)[3], t -> sol(t)[4], TSPAN..., legend=false)
plot(t -> sol(t)[1], t -> sol(t)[3], TSPAN..., legend=false)
```
The toolkit will automatically generate fast functions and can perform transformations (such as is done by `ode_order_lowering`) before passing along to the numeric solves.