Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

4
  • $\begingroup$ The point is I want to StreamPlot an arbitrary differential equation and not get the error messages above. $\endgroup$ Commented Sep 21, 2013 at 23:30
  • $\begingroup$ @Felix If you have differential equation like x''[t]=f[x,x'] then you can use StreamPlot[{v,f[x,v]},...]. The first argument of StreamPlot is the vector field, not coordinates. $\endgroup$ Commented Sep 21, 2013 at 23:33
  • $\begingroup$ Regardless of how StreamPlot is normally used, I want to have it plot {x[t], x'[t]}, where x and x' are the solutions to some differential equation. $\endgroup$ Commented Sep 21, 2013 at 23:38
  • $\begingroup$ @Felix I see your problem. I update my answer. I hope now it is more helpful. $\endgroup$ Commented Sep 21, 2013 at 23:50