Log in to edit a copy.
Download.
Other published documents...
logistic slope field
339 days ago by david.guichard
The slope field for
y'=(1/50)y(10-y)
.
y=var("y"); plot_slope_field(0.02*y*(10-y),(x,0,35),(y,0,15)).show(figsize=[9.333,4])