]> git.rkrishnan.org Git - sicp.git/blob - src/sicp/ex2_16.clj
Lazy version of evaluator and tests.
[sicp.git] / src / sicp / ex2_16.clj
1 "This is already explained partly in 2.15. Any operation like
2 A = A^3/A^2, will yield a different interval than the original A.
3
4 How do we fix this? One way is to do algebraic reduction of the
5 expression before doing any interval arithmetic.
6
7 Are there some better ways? I am very interested to hear. The
8 usual literature (wikipedia et al) seem to be mum on these
9 important issues."