- 11:43, 5 February 2009 (diff | hist) . . (+213) . . Chapter 4: Problem 19 (current)
- 10:15, 28 January 2009 (diff | hist) . . (+36) . . Extended Euclid Algorithm
- 13:33, 21 January 2009 (diff | hist) . . (+264) . . N Extended Euclid Algorithm (New page: This is the Extended Euclid algorithm we talked about last Thursday. Kind of cool, plug it into your favorite programming language. def eeuclid(a,b) if a % b = 0: return [0,1...)
- 13:29, 21 January 2009 (diff | hist) . . (+14) . . MA453 (WaltherSpring2009)