Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • (cur | prev) 19:37, 14 February 2009โ€Ž Kostmo (Talk | contribs)โ€Ž . . (1,057 bytes) (+1,057)โ€Ž . . (New page: <source lang="python"> #!/usr/bin/env python from random import randint A = [0,1,2] def swap(a, src, dst): temp = a[dst] a[dst] = a[src] a[src] = temp def false_randomize(array): ...)

Alumni Liaison

Basic linear algebra uncovers and clarifies very important geometry and algebra.

Dr. Paul Garrett