using OrdinaryDiffEq
using Plots
Plots.default(linewidth=2)Prob 2.4.6
ODEProblem((u, p, t) -> p * (1.0 - u), 0.0, 10.0, 1.0) |> solve |> plot
This notebook was generated using Literate.jl.
Back to topThis notebook was generated using Literate.jl.
Back to top