From: W. Trevor King Date: Fri, 20 May 2011 18:06:59 +0000 (-0400) Subject: Add Asymptote examples and 28.71 writeup. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=6f53cb49d40bedef2523f67a296e404937633ac4;p=blog.git Add Asymptote examples and 28.71 writeup. --- diff --git a/posts/Asymptote.mdwn b/posts/Asymptote.mdwn index 97654ae..1e7fd41 100644 --- a/posts/Asymptote.mdwn +++ b/posts/Asymptote.mdwn @@ -1,9 +1,31 @@ [Asymptote][] is a C++ style graphics drawing package for [[LaTeX]]. -I've written [a few libraries][libs] to make it easier to draw -pictures for physics problem sets. +I've written a few libraries to make it easier to draw pictures for +physics problem sets (as part of my [[course website]] package). Here +are a few teasers: + +Mechanics +--------- + +[[!img Mechanics-test.png alt="Test suite for Mechanics.asy" + title="Test suite for Mechanics.asy" ]] + + +ElectroMag +---------- + +[[!img ElectroMag-test.png alt="Test suite for ElectroMag.asy" + title="Test suite for ElectroMag.asy" ]] + +Circ +---- + +[[!img Circ-test.png alt="Test suite for Circ.asy" + title="Test suite for Circ.asy" ]] + +To see the `Circ` library in full form, check out [[this +writeup|phys102-chap28-prob71.pdf]] of a recent recitation problem. [Asymptote]: http://asymptote.sourceforge.net/ -[libs]: http://www.physics.drexel.edu/~wking/code/#asymptote [[!tag tags/latex]] [[!tag tags/programming]] diff --git a/posts/Asymptote/Circ-test.png b/posts/Asymptote/Circ-test.png new file mode 100644 index 0000000..66e09e6 Binary files /dev/null and b/posts/Asymptote/Circ-test.png differ diff --git a/posts/Asymptote/ElectroMag-test.png b/posts/Asymptote/ElectroMag-test.png new file mode 100644 index 0000000..e726662 Binary files /dev/null and b/posts/Asymptote/ElectroMag-test.png differ diff --git a/posts/Asymptote/Mechanics-test.png b/posts/Asymptote/Mechanics-test.png new file mode 100644 index 0000000..e015340 Binary files /dev/null and b/posts/Asymptote/Mechanics-test.png differ diff --git a/posts/Asymptote/phys102-chap28-prob71.pdf b/posts/Asymptote/phys102-chap28-prob71.pdf new file mode 100644 index 0000000..043ac5d Binary files /dev/null and b/posts/Asymptote/phys102-chap28-prob71.pdf differ