本项目来自 MIT SICP 课程。请仔细阅读项目要求,完成说明的各项工作。

写一个工作报告,其中包括(但不限于):

本作业要求在两周完成。要求上交:

Generic arithmetic


Relevant sections in text: 2.4, 2.5

This assignment is based on sections 2.4 and 2.5 of the text, which discuss a generic arithmetic system that is capable of dealing with rational functions (quotients of polynomials).

Files for download:

ps5.tex TeX source for the assignment.
ps5.ps Postscript file for printing the assignment
ps5-code.scm
put-get.scm
types.scm
Scheme source code required for this assignment.