Add Asymptote examples and 28.71 writeup.
[blog.git] / posts / Asymptote.mdwn
1 [Asymptote][] is a C++ style graphics drawing package for [[LaTeX]].
2 I've written a few libraries to make it easier to draw pictures for
3 physics problem sets (as part of my [[course website]] package).  Here
4 are a few teasers:
5
6 Mechanics
7 ---------
8
9 [[!img Mechanics-test.png alt="Test suite for Mechanics.asy"
10                         title="Test suite for Mechanics.asy" ]]
11
12
13 ElectroMag
14 ----------
15
16 [[!img ElectroMag-test.png alt="Test suite for ElectroMag.asy"
17                          title="Test suite for ElectroMag.asy" ]]
18
19 Circ
20 ----
21
22 [[!img Circ-test.png alt="Test suite for Circ.asy"
23                    title="Test suite for Circ.asy" ]]
24
25 To see the `Circ` library in full form, check out [[this
26 writeup|phys102-chap28-prob71.pdf]] of a recent recitation problem.
27
28 [Asymptote]: http://asymptote.sourceforge.net/
29
30 [[!tag tags/latex]]
31 [[!tag tags/programming]]
32 [[!tag tags/tools]]