Chris Pollett>Old Classes>PIC 15, Fall 1999>Hw3>HW3 FAQ

Fall 1999 PIC 15 HW3 FAQ Page

General questions and answers for this homework will be placed here as they arise.

General Remarks

There is a fair bit of code on problem 2.73 you still need to type in from the book. Most of this code I added to the derivative package itself. You should be aware that the definition of addend, augend, multiplier, and multiplicand will change from the earlier version in the book.

I keep getting some error involving the word false using Dr. Scheme. What's the deal?

The make-table package uses the keyword false which isn't defined in DrScheme. Just add a line (define false #f)