6

I am writing a math exam and I'd like to include a picture. I want a free drawing program so that I can draw the coordinate axes with a unit circle. Inscribed in the unit circle will be a hexagon. The interior of the hexagon will be divided into triangles. Which drawing program will make this process as painless as possible?

Zev Chonoles
  • 129,973
J126
  • 17,451

3 Answers3

11

You can see a good list at Wikipedia.

I suggest you try GeoGebra, which is convenient for geometric constructions (for more general things, Inkscape is very good).

Gadi A
  • 19,265
3

Since you mention nowhere that your program has to include a GUI, TikZ is always mentionable (although I know that if this is just a quick assignment for an exam, even using LaTeX might seem like overkill).

You can look at the official documentation here: paws.wcu.edu/tsfoguel/tikzpgfmanual.pdf

and some different examples here: http://www.texample.net/tikz/examples/

utdiscant
  • 3,201
1

I use ipe for all my figures. Snapping, vector graphics, and the ability to include latex are some of the standout features.

Joe
  • 631