Here's an example.

sage: var('y')
y
sage: P = plot_slope_field(y+2-x*y,(x,-10,10),(y,-10,10))
sage: T = desolve_rk4(y+2-
x*y,y,ics=[0,1],end_points=[-10,10],step=0.01)
sage: P + points(T,size=2,color='green')

You'll get some warnings you can ignore (known bug of sorts upstream).

- kcrisman

-- 
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org

Reply via email to