Home - psholtz/MIT-SICP GitHub Wiki

The purpose of this Wiki is to use LaTeX to work through some of the more mathematical exercises given in SICP.

Chapter 1

Exercise 1.11: Linear Operators and Recursion

Exercise 1.13(a): Fibonacci Numbers and Recursion

Exercise 1.13(b): Fibonacci Numbers and Generating Functions

Exercise 1.14: Orders of Growth, Least Squares Approximation

Exercise 1.19(a): Fast Fibonacci Number Matrix Calculation

Exercise 1.19(b): Fibonacci Numbers and Linear Operators

Exercise 1.19(c): Fibonacci Numbers and Fixed Point Functions (Y-Comb)

Chapter 2

Exercise 2.13: Interval Arithmetic, Part I

Exercise 2.15: Interval Arithmetic, Part II

Exercise 2.50: Affine Transformations, Part I

Exercise 2.51: Affine Transformations, Part II

Exercise 2.59: Rules of Sets

Appendices

Appendix A: Y Combinators and the Lambda Calculus