Timeline for StreamPlot using NDSolve gives error messages
Current License: CC BY-SA 3.0
7 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Sep 21, 2013 at 23:56 | history | edited | ybeltukov | CC BY-SA 3.0 | added 169 characters in body |
| Sep 21, 2013 at 23:50 | comment | added | ybeltukov | @Felix I see your problem. I update my answer. I hope now it is more helpful. | |
| Sep 21, 2013 at 23:48 | history | edited | ybeltukov | CC BY-SA 3.0 | added 228 characters in body |
| Sep 21, 2013 at 23:38 | comment | added | weeb | 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. | |
| Sep 21, 2013 at 23:33 | comment | added | ybeltukov | @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. | |
| Sep 21, 2013 at 23:30 | comment | added | weeb | The point is I want to StreamPlot an arbitrary differential equation and not get the error messages above. | |
| Sep 21, 2013 at 23:26 | history | answered | ybeltukov | CC BY-SA 3.0 |