I'm new to LaTeX and looking to create a slope field that matches the following description.
The slope field of $\dfrac{dx}{dt} = x^2 - t^2$ along with three solution curves. The top curve is the solution that goes through $(t, x) = (0, 1)$. The middle curve is the solution that goes through the curve $(t, x) = (0, 0)$. The bottom curve is the solution that goes through the curve $(t, x) = (0, -1)$.
I have tried using the template provided in the following question, but it is too complicated for me to reproduce. How to draw slope fields with all the possible solution curves in latex
I would appreciate it if someone could provide a template for these types of LaTeX plots. This way, I can also reproduce these plots in the future for other differential equations.
Thank you.
pdflatexinstead oflatexon the file. How you switch is depending on the editor.But then you have to run the other two commands which I think is difficult from within the editor. So the easiest I think is to just run them (all three) from the command line. Can you do this? – Stefan Pinnow Oct 20 '16 at 20:48
Get into the Windows command line,Moving into a directory, andSwitching drives. With that help you can hopefully manage to open the Windows Command Line and go the the directory where your main LaTeX file is stored. In there run the three given commands from http://tex.stackexchange.com/a/139140/95441 twice. Replacemyfilewith the filename of your TEX file without extension. – Stefan Pinnow Oct 20 '16 at 21:02