Add Asymptote examples and 28.71 writeup.
authorW. Trevor King <wking@drexel.edu>
Fri, 20 May 2011 18:06:59 +0000 (14:06 -0400)
committerW. Trevor King <wking@drexel.edu>
Fri, 20 May 2011 18:06:59 +0000 (14:06 -0400)
posts/Asymptote.mdwn
posts/Asymptote/Circ-test.png [new file with mode: 0644]
posts/Asymptote/ElectroMag-test.png [new file with mode: 0644]
posts/Asymptote/Mechanics-test.png [new file with mode: 0644]
posts/Asymptote/phys102-chap28-prob71.pdf [new file with mode: 0644]

index 97654ae6712a4fe5f43fc195e791365b0c56f972..1e7fd4139288b0ad528f5ecfd396407c3bc557b7 100644 (file)
@@ -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 (file)
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 (file)
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 (file)
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 (file)
index 0000000..043ac5d
Binary files /dev/null and b/posts/Asymptote/phys102-chap28-prob71.pdf differ