Prob 2.4.6

Prob 2.4.6#

using DifferentialEquations
using Plots
Plots.default(linewidth=2)
ODEProblem((u, p, t) -> p * (1. - u), 0., 10., 1.) |> solve |> plot
../_images/f539cd93ae553827f85bdab71c407059502b90c4e97c68b0e35a642d8a2fbe42.png

This notebook was generated using Literate.jl.