]> git.rkrishnan.org Git - sicp.git/commitdiff
solution to 2.16
authorRamakrishnan Muthukrishnan <vu3rdd@gmail.com>
Mon, 14 Jun 2010 10:42:11 +0000 (16:12 +0530)
committerRamakrishnan Muthukrishnan <vu3rdd@gmail.com>
Mon, 14 Jun 2010 10:42:11 +0000 (16:12 +0530)
src/sicp/ex2_16.clj [new file with mode: 0644]

diff --git a/src/sicp/ex2_16.clj b/src/sicp/ex2_16.clj
new file mode 100644 (file)
index 0000000..5b0b475
--- /dev/null
@@ -0,0 +1,9 @@
+"This is already explained partly in 2.15. Any operation like
+A = A^3/A^2, will yield a different interval than the original A.
+
+How do we fix this? One way is to do algebraic reduction of the
+expression before doing any interval arithmetic.
+
+Are there some better ways? I am very interested to hear. The
+usual literature (wikipedia et al) seem to be mum on these
+important issues."
\ No newline at end of file