On Sep 16, 2:34 pm, Dan Aldrich <[email protected]> wrote: > Looking at the published slope field examples, plotting a solution > seemed a bit more difficult than I expected. Some packages just let > you click on the point you want the solution go go through. I don't > expect anything that simple but is there a way to plot a solution on > the slope field if you know the (t,y) or (x,y) point you want the > solution go through?
Well, you'd probably have to do a numerical or exact differential equation solver. Not that your idea is a bad one, but in practice it would probably have to be implemented via that anyway. The clicking on a point is more than we can promise until we have a plotting backend ready that supports interaction - there has occasionally been talk of such, but it would be in the future a ways. - 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
