Prob 2.4.6#
using DifferentialEquations
using Plots
Plots.default(linewidth=2)
ODEProblem((u, p, t) -> p * (1. - u), 0., 10., 1.) |> solve |> plot
This notebook was generated using Literate.jl.
using DifferentialEquations
using Plots
Plots.default(linewidth=2)
ODEProblem((u, p, t) -> p * (1. - u), 0., 10., 1.) |> solve |> plot
This notebook was generated using Literate.jl.