a graphical representation of the solutions to a ordinary differential equation
Plug different set of values for
# Sage
var('x,y')
plot_slope_field(x+y, (x, -4, 4), (y, -4, 4))a graphical representation of the solutions to a ordinary differential equation
Plug different set of values for
# Sage
var('x,y')
plot_slope_field(x+y, (x, -4, 4), (y, -4, 4))