How can I draw vectors on a computer using LaTeX for a math assignment?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 9K views
Tricore
Messages
20
Reaction score
0
I need to draw a couple of vectors for a math assignment. Any recommendations as to what program to use for this? Can LaTeX do it?

Thanks in advance :smile:
 
on Phys.org
The draeing toolbar in Powerpoint isn't too bad, you can draw the vector, right-click on it to look at the prpoerties then scale & rotate as you need to do to finish the assignment. Latex will work, but you will have to get thru the learning curve.
 
Okay thanks, I'm doing my assignment in LaTeX anyhow so I'd prefer using that to draw too, but I can't find anything on drawing coordinate systems / vectors in LaTeX, got any links?
 
There are a number of drawing systems for LaTeX, all of which can do what you ask. My personal favorite is http://www.ctan.org/tex-archive/help/Catalogue/entries/pgf.html, but Asymptote and Metapost seem like reasonable alternatives. pgf/Tikz can be used inline in a LaTeX document. Its default length unit is centimeters, the origin is in the lower left corner, and the drawing area expands automatically to fit its contents.
 
I just had a look a Tigz, and I must say it looks awesome! Simply fantastic, thanks a bunch guys!
 
For simple graphics...

Look at my example in #6 [click on the picture] and my last post to see how I did it
https://www.physicsforums.com/showthread.php?t=113915

You probably want to use the \vector command
see: http://cs5.ecok.edu/ByExample/node49.html
http://www.ursoswald.ch/LaTeXGraphics/picture/picture.html

Note the limitations on the available slopes.
http://www-h.eng.cam.ac.uk/help/tpl/textprocessing/teTeX/latex/latex2e-html/ltx-43.html For more freedom, you can use \qbezier
https://www.physicsforums.com/showpost.php?p=1278147&postcount=17
https://www.physicsforums.com/showpost.php?p=969925&postcount=695
but you might have to draw the arrowheads yourself.The above are all constrained by the LaTeX features available at PF.
Alternatively, you can try to include other packages
like http://tug.org/PSTricks/ .
 
Last edited by a moderator: