Prob 2.4.6

using OrdinaryDiffEq
using Plots
Plots.default(linewidth=2)
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 top