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

AI Thread Summary
For drawing vectors in a math assignment, LaTeX is a viable option, though it requires overcoming a learning curve. The pgf/TikZ package is highly recommended for creating graphics inline within LaTeX documents, offering flexibility in drawing coordinate systems and vectors. Alternatives like Asymptote and Metapost are also suitable. Users can utilize the \vector command for basic vector representation, but for more complex designs, the \qbezier command can provide additional freedom, albeit with some limitations. Including other packages like PSTricks can further enhance drawing capabilities. Resources and examples are available online to assist with using these tools effectively.
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:
 
Computer science news 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:
Well, the date has now passed, and Windows 10 is no longer supported. Hopefully, the readers of this forum have done one of the many ways this issue can be handled. If not, do a YouTube search and a smorgasbord of solutions will be returned. What I want to mention is that I chose to use a debloated Windows from a debloater. There are many available options, e.g., Chris Titus Utilities (I used a product called Velotic, which also features AI to prevent your computer from overheating etc...
I have been idly browsing what Apple have to offer with their new iPhone17. There is mention of 'Vapour cooling' to deal with the heat generated. Would that be the same sort of idea that was used in 'Heat Pipes' where water evaporated at the processor end and liquid water was returned from the cool end and back along a wick. At the extreme high power end, Vapour Phase Cooling has been used in multi-kW RF transmitters where (pure) water was pumped to the Anode / or alternative Collector and...
Back
Top