From 6e3abd18b3591d61bd5659e5d1e01608d991eceb Mon Sep 17 00:00:00 2001 From: Ramakrishnan Muthukrishnan Date: Mon, 14 Jun 2010 16:12:11 +0530 Subject: [PATCH] solution to 2.16 --- src/sicp/ex2_16.clj | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/sicp/ex2_16.clj diff --git a/src/sicp/ex2_16.clj b/src/sicp/ex2_16.clj new file mode 100644 index 0000000..5b0b475 --- /dev/null +++ b/src/sicp/ex2_16.clj @@ -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 -- 2.45.2