<?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: Example of the Matlab Precision Issue</title>
	<atom:link href="http://wei-jiang.com/programming/matlab/example-of-the-matlab-precision-issue/feed" rel="self" type="application/rss+xml" />
	<link>http://wei-jiang.com/programming/matlab/example-of-the-matlab-precision-issue</link>
	<description></description>
	<lastBuildDate>Thu, 12 Jan 2012 07:52:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Mike Croucher</title>
		<link>http://wei-jiang.com/programming/matlab/example-of-the-matlab-precision-issue/comment-page-1#comment-127</link>
		<dc:creator>Mike Croucher</dc:creator>
		<pubDate>Fri, 12 Mar 2010 17:45:47 +0000</pubDate>
		<guid isPermaLink="false">http://wei-jiang.com/?p=1764#comment-127</guid>
		<description>The limitations of IEEE arithmetic apply to many packages, not just MATLAB.  As you say, Maple and Mathematica can employ arbitrary precision arithmetic to solve problems that IEEE arithmetic cannot.&lt;br&gt;&lt;br&gt;However, this extra precision comes at a cost and that cost is execution speed.  IEEE arithmetic is implemented in hardware which means it&#039;s fast.  VERY fast.  Arbitrary precision arithmetic is implemented in software which makes it a LOT slower.&lt;br&gt;&lt;br&gt;So, it all comes down to a trade-off.  If IEEE arithmetic is good enough to solve your problem (and for many problems, it will be) then you are well advised to use it.&lt;br&gt;&lt;br&gt;Cheers,&lt;br&gt;Mike</description>
		<content:encoded><![CDATA[<p>The limitations of IEEE arithmetic apply to many packages, not just MATLAB.  As you say, Maple and Mathematica can employ arbitrary precision arithmetic to solve problems that IEEE arithmetic cannot.</p>
<p>However, this extra precision comes at a cost and that cost is execution speed.  IEEE arithmetic is implemented in hardware which means it&#39;s fast.  VERY fast.  Arbitrary precision arithmetic is implemented in software which makes it a LOT slower.</p>
<p>So, it all comes down to a trade-off.  If IEEE arithmetic is good enough to solve your problem (and for many problems, it will be) then you are well advised to use it.</p>
<p>Cheers,<br />Mike</p>
]]></content:encoded>
	</item>
</channel>
</rss>

