Prob 2.4.6

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
../_images/f539cd93ae553827f85bdab71c407059502b90c4e97c68b0e35a642d8a2fbe42.png

This notebook was generated using Literate.jl.