SICP Study

3B Symbolic Differentiation; Quotation

Part 1

Recap

Highlights

In order to make a system that’s robust, it has to be insensitive to small changes, that is, a small change in the problem should lead to only a small change in the solution. There ought to be a continuity. The space of solutions ought to be continuous in this space of problems. Sussman

Derivatives and integrals

Differentiation procedure

Expression representation

Quotation

Part 2

Simplifying expressions

So the way we might solve this problem is … change the representation … it’s one of the pieces of artillery we have in our war against complexity. Sussman

Conclusion