<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: The Role of the Interval Domain in Modern Exact Real Arithmetic</title>
	<atom:link href="http://math.andrej.com/2007/09/18/the-role-of-the-interval-domain-in-modern-exact-real-airthmetic/feed/" rel="self" type="application/rss+xml" />
	<link>http://math.andrej.com/2007/09/18/the-role-of-the-interval-domain-in-modern-exact-real-airthmetic/</link>
	<description>Mathematics for computers</description>
	<lastBuildDate>Mon, 30 Jan 2012 07:14:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2-beta2-18055</generator>
	<item>
		<title>By: Andrej Bauer</title>
		<link>http://math.andrej.com/2007/09/18/the-role-of-the-interval-domain-in-modern-exact-real-airthmetic/comment-page-1/#comment-13891</link>
		<dc:creator>Andrej Bauer</dc:creator>
		<pubDate>Wed, 29 Sep 2010 22:06:50 +0000</pubDate>
		<guid isPermaLink="false">http://math.andrej.com/2007/09/18/the-role-of-the-interval-domain-in-modern-exact-real-airthmetic/#comment-13891</guid>
		<description>@Edward: I have not looked at Taylor models. I know about problems with MPFR and GMP allocator. Has anyone got an idea how we could fix that?</description>
		<content:encoded><![CDATA[<p>@Edward: I have not looked at Taylor models. I know about problems with MPFR and GMP allocator. Has anyone got an idea how we could fix that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edward Kmett</title>
		<link>http://math.andrej.com/2007/09/18/the-role-of-the-interval-domain-in-modern-exact-real-airthmetic/comment-page-1/#comment-13886</link>
		<dc:creator>Edward Kmett</dc:creator>
		<pubDate>Wed, 29 Sep 2010 21:17:57 +0000</pubDate>
		<guid isPermaLink="false">http://math.andrej.com/2007/09/18/the-role-of-the-interval-domain-in-modern-exact-real-airthmetic/#comment-13886</guid>
		<description>In addition to interval arithmetic, have you have a chance to look at Taylor models? 

These basically consist of the first n terms of a Taylor series and an interval to contain the slop and you can push the rounding error on the higher order coefficients into the interval. Berz and Makino have done a lot of work in this space.

The advantage is that while the intervals expand, they are vastly smaller in this arrangement, and there exist tricks for reconditioning the Taylor model.

I started to build a library in Haskell for working with these, but it used MPFR, which depended on GMP, and the Haskell MPFR bindings are broken due to internal changes/bug fixes in MPFR making it lean more heavily on the GMP allocator in a way that makes it incompatible with GHC&#039;s rewiring of that very same allocator.</description>
		<content:encoded><![CDATA[<p>In addition to interval arithmetic, have you have a chance to look at Taylor models? </p>
<p>These basically consist of the first n terms of a Taylor series and an interval to contain the slop and you can push the rounding error on the higher order coefficients into the interval. Berz and Makino have done a lot of work in this space.</p>
<p>The advantage is that while the intervals expand, they are vastly smaller in this arrangement, and there exist tricks for reconditioning the Taylor model.</p>
<p>I started to build a library in Haskell for working with these, but it used MPFR, which depended on GMP, and the Haskell MPFR bindings are broken due to internal changes/bug fixes in MPFR making it lean more heavily on the GMP allocator in a way that makes it incompatible with GHC&#8217;s rewiring of that very same allocator.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrej Bauer</title>
		<link>http://math.andrej.com/2007/09/18/the-role-of-the-interval-domain-in-modern-exact-real-airthmetic/comment-page-1/#comment-13881</link>
		<dc:creator>Andrej Bauer</dc:creator>
		<pubDate>Wed, 29 Sep 2010 19:24:53 +0000</pubDate>
		<guid isPermaLink="false">http://math.andrej.com/2007/09/18/the-role-of-the-interval-domain-in-modern-exact-real-airthmetic/#comment-13881</guid>
		<description>Thanks for the link. Let me just point out that what we are talking about here builds on top of the usual interval arithmetic. That is to say, an implementation of real numbers, as envisaged in the paper, is a kind of self-adapting interval arithmetic with arbitrary-precision floats.</description>
		<content:encoded><![CDATA[<p>Thanks for the link. Let me just point out that what we are talking about here builds on top of the usual interval arithmetic. That is to say, an implementation of real numbers, as envisaged in the paper, is a kind of self-adapting interval arithmetic with arbitrary-precision floats.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anonymous</title>
		<link>http://math.andrej.com/2007/09/18/the-role-of-the-interval-domain-in-modern-exact-real-airthmetic/comment-page-1/#comment-13875</link>
		<dc:creator>anonymous</dc:creator>
		<pubDate>Wed, 29 Sep 2010 14:13:49 +0000</pubDate>
		<guid isPermaLink="false">http://math.andrej.com/2007/09/18/the-role-of-the-interval-domain-in-modern-exact-real-airthmetic/#comment-13875</guid>
		<description>Look into:

&quot;Interval Constraint Plotting for Interactive Visual Exploration of Implicitly Defined Relations&quot; 
T. Hickey, Z. Qiu, and M.H. van Emden Reliable Computing Vol. 6, No. 1, 2000,  as part of a special issue on Reliable Geometric Computations, &lt;a href=&quot;http://interval.sourceforge.net/interval/index.html&quot; rel=&quot;nofollow&quot;&gt;http://interval.sourceforge.net/interval/index.html&lt;/a&gt;. Van Emden did a bunch of interval constraint stuff on floats. Basically interval arithmetic explodes into large intervals too quickly so they used constraint solvers to turn the answers into sets of intervals.</description>
		<content:encoded><![CDATA[<p>Look into:</p>
<p>&#8220;Interval Constraint Plotting for Interactive Visual Exploration of Implicitly Defined Relations&#8221;<br />
T. Hickey, Z. Qiu, and M.H. van Emden Reliable Computing Vol. 6, No. 1, 2000,  as part of a special issue on Reliable Geometric Computations, <a href="http://interval.sourceforge.net/interval/index.html" rel="nofollow">http://interval.sourceforge.net/interval/index.html</a>. Van Emden did a bunch of interval constraint stuff on floats. Basically interval arithmetic explodes into large intervals too quickly so they used constraint solvers to turn the answers into sets of intervals.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

